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

Home -> Community -> Usenet -> c.d.o.misc -> Oracle Text Index errors...

Oracle Text Index errors...

From: Giovanni Azua <bravegag_at_hotmail.com>
Date: Thu, 31 Oct 2002 11:39:26 +0100
Message-ID: <apr1a6$43in5$1@ID-114658.news.dfncis.de>


Hello all,

I created an application with Oracle 9.0.1.2 Windows and now I have to deploy it in a Oracle 9.0.1.0 SPARC version. I am getting these errors while trying to create the application text indexes:

Elapsed: 00:00:00.02
SQL>
SQL> create index person_notestext5_indx on person(notes_text5) indextype is ctxsys.context
  2 parameters ('lexer global_lexer language column LANGUAGE_ISO_CODE')   3 /
create index person_notestext5_indx on person(notes_text5) indextype is ctxsys.context
*
ERROR at line 1:

ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
ORA-20000: Oracle Text error:
DRG-50857: oracle error in drixtab.create_index_tables
ORA-03001: unimplemented feature
ORA-06512: at "CTXSYS.DRUE", line 157
ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 176

TIA,
Best Regards,
Giovanni Received on Thu Oct 31 2002 - 04:39:26 CST

Original text of this message

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