text index CTXSYS.CTXCAT problem
722087Dec 5 2011 — edited Dec 5 2011i am using oracle 10g release2....
i am using text index in one of my table syntax is like this
CREATE INDEX myindex ON TEST_SEARCH(text) INDEXTYPE IS CTXSYS.CTXCAT;
i saw in oracle-base site that CTXSYS.CTXCAT search is transctional not requires synchronozation
But somtimes i am getting problem like this
Please Try again,Invalid InputORA-20000: Oracle Text error:
DRG-50857: oracle error in dreii1fsh
ORA-00942: table or view does not exist
ORA-06512: at 'CTXSYS.DRUE', line 160
ORA-06512: at 'CTXSYS.DRVDML', line 426
ORA-06512: at
after that i dropped the index and again create its working fine.plz help wil it be any problem in future if i wil use this
index it does not required synchronization.
thanks in advance.