Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Oracle Context Index Creation Error

Oracle Context Index Creation Error

From: <technical_at_fastwebmedia.co.uk>
Date: Wed, 15 Jan 2003 10:10:57 +0000
Message-ID: <3E2533B1.8050004@fastwebmedia.co.uk>


Hello,

Every time I try and create a context index using the following command or similar:

create index I_CTX_NEWS_TITLE on NEWS (TITLE) indextype is ctxsys.context parameters ('storage megsoc_storage');

I get the following errors:

ERROR at line 1:

ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
ORA-20000: Oracle Text error:
DRG-10502: index I_CTX_NEWS_TITLE does not exist
DRG-50857: oracle error in drdmlpo
ORA-00600: internal error code, arguments: [opibnd1], [], [], [], [], 

[], [],
[]

ORA-06512: at "CTXSYS.DRUE", line 157
ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 186

Does anyone have any idea what might be causing this?

I'm using Oracle 9i release 2 on redhat linux.

Thanks,

Simon. Received on Wed Jan 15 2003 - 04:10:57 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US