Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle Text Index errors...
Since you are (presumably) not getting the same error on 9.0.1.2, this
probably means that 9.0.1.0 has a bug in Oracle Text, which was fixed
in 9.0.1.1 or 9.0.1.2 patch set. That fourth digit may make a world of
difference. It is advisable to keep your database software updated to
the latest patch set at all times (of course, after you verified on a
non-essential system that it doesn't introduce any new serious problems
and doesn't break things that were working before.)
-- Vladimir Zakharychev (bob@dpsp-yes.com) http://www.dpsp-yes.com Dynamic PSP(tm) - the first true RAD toolkit for Oracle-based internet applications. All opinions are mine and do not necessarily go in line with those of my employer. "Giovanni Azua" <bravegag_at_hotmail.com> wrote in message news:apr1a6$43in5$1_at_ID-114658.news.dfncis.de...Received on Tue Nov 05 2002 - 03:21:04 CST
> 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
>
>
>
>
![]() |
![]() |