Hi every one,
I am trying to separate my Apex dev and prod environments. Upon importing my exported application and supporting objects file into the new workspace, I got error related to Oracle Text preference:
ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
ORA-20000: Oracle Text error:
DRG-10700: preference does not exist: MDT_MULTI
Preference MDT_MULTI is created to tell my index that I am using a multi column data store. How to create the DDL statements for preference and lexer? I tried to manually write some statements inside my DDL script, but I still got the same error ...