Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Error using intermedia text

Error using intermedia text

From: Newsguy <robinsonm_at_rockymountainnews.com>
Date: Mon, 4 Dec 2000 01:10:12 -0700
Message-ID: <90fjga02lc1@enews4.newsguy.com>

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:

PL/SQL: Statement ignored

Can I someone help me? Received on Mon Dec 04 2000 - 02:10:12 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US