Help in user_lexer
730006Oct 25 2009 — edited Nov 1 2009Dear All,
I am trying to implement the user lexer demo, implemented at http://www.oracle.com/technology/software/products/text/user_lexer.html
but i have the following errors :
SQL> create index mytableindex on mytable (text) indextype is ctxsys.context
2 parameters ( 'LEXER my_user_lex_pref' );
create index mytableindex on mytable (text) indextype is ctxsys.context
*
ERROR at line 1:
ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
ORA-20000: Oracle Text error:
DRG-10502: index MYTABLEINDEX does not exist
ORA-28595: Extproc agent : Invalid DLL Path
ORA-06512: at "SCOTT.MY_INDEX_PROC", line 1
ORA-06512: at line 1
ORA-06512: at "CTXSYS.DRUE", line 160
ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 364
Please Help me to solve that issue,