ORA-20000 Oracle text error DRG-10599 column is not indexed
450482Oct 31 2007 — edited Nov 4 2007Hi
What am I doing wrong in my following statement - using INPATH to fetch value from xmltype column:
select extract(xmlcol,'/abc/ns1:def/ns1:oper/text()','xmlns:ns1="http://abcd.defg.org/"')
from table1
where contains(xmlcol,'2 INPATH (/abc/ns1:def/ns1:value)' )>0
In other words, I want to get the value of the operator where value tag (in xmltype col) contains the number 2.
I get the error:
ORA-20000 Oracle text error
DRG-10599 column is not indexed
What am I doing wrong here?