Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Operator binding does not exist for ora:contains

386577Jan 29 2003 — edited Feb 10 2003
Hi all,

When I try to use the ora:contains operator in any query, for example:

select id from publi where
existsNode(publi, '/PUBLI[ora:contains(TITULO,"informes")>0]',
'xmlns:ora="http://xmlns.oracle.com/xdb"') = 1;

then, the system gives me the following error:

ERROR at line 2:
ORA-29900: operator binding does not exist
ORA-06553: PLS-306: wrong number or types of arguments in call to 'EXISTSNODE'

Could it be a XML database (xdb) configuration problem?

Thank you very much in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 10 2003
Added on Jan 29 2003
2 comments
603 views