Oracle Text (MOSC)

MOSC Banner

text index error

edited Jul 28, 2009 10:01PM in Oracle Text (MOSC) 2 commentsAnswered
Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production

SQL> begin
  2  ctx_ddl.create_preference('my_lexer','chinese_vgram_lexer');
  3  end;
  4  /

PL/SQL successed

SQL> create index idx_credit_company_coname on credit_company(coname) indextype
is ctxsys.context parameters('lexer my_lexer');
create index idx_credit_company_coname on credit_company(coname) indextype is ct
xsys.context parameters('lexer my_lexer')


ORA-29855: failed in the execution of the ODCIINDEXINSERT routine ORA-20000: Oracle Text error
DRG-50857: oracle error in dreii0fsh
ORA-00600: internal error code, arguments: [kcbnew_3], [1], [], [], [], [], [], []
ORA-06512: at"CTXSYS.DRUE", line 157

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center