Oracle Text (MOSC)

MOSC Banner

Getting Error Creating Oracle Text INDEX

I'm trying to re-create an Oracle Text index, I have already dropped it and re-creating but getting this error.  How is it possible to get an ORA-06502 error when issueing a create index command?

ORDER_STATUS is a varchar2(32) field on the table JPLPCARD_ORDER_HEADERS.  The command is issued when logged in as APPS.



CREATE INDEX apps.JPLPCARD_ORDERS_CTXIDX ON jplpo.JPLPCARD_ORDER_HEADERS(ORDER_STATUS) INDEXTYPE IS CTXSYS.CONTEXT PARAMETERS (
*
ERROR at line 1:
ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine 
ORA-20000: Oracle Text error: 
DRG-50857: oracle error in dretbase 
ORA-06502: PL/SQL: numeric or value error: character to number conversion error 

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