Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Error using intermedia text
Can someone help me. I am getting this error when I try to us intermedia text. I have text_enable True on the DB.
I created this index for my table:
SQL> create index "IDX_CDF" on "CDF_TABLE"("CDF") 2 indextype is ctxsys.context;
Index created.
But, when I try to use intermedia I get:
SQL> select item_id from
2 cdf_table
3 where contains(CDF, 'Auto_Saturday') > 0;
select item_id from
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1 ORA-06550: line 1, column 7: PLS-00201: identifier 'CTXSYS.DR_REWRITE' must be declared ORA-06550: line 1, column 7:
Can I someone help me? Received on Mon Dec 04 2000 - 02:10:12 CST
![]() |
![]() |