Issue creating the text index on a new oracle 11.2 instance.
Hi there,
We got a new 11.2 version Oracle database environment. I granted all the grants to the user.
I am trying to create a context text index with MULTI_COLUMN_DATASTORE.
I am able to create the preferences and when I try to create index, I am getting this error.
Error at line 42
ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
ORA-20000: Oracle Text error:
DRG-10700: preference does not exist: "IDX_SO_DST"
ORA-06512: at "CTXSYS.DRUE", line 160
ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 366
Please let me know if I missed something in the environment or how to get this solved.