Skip to Main Content

Database Software

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Error occurred at recusive SQL

102159Oct 10 2002
Hi,

I submit the following query:

select t.exchange, s.siteid, s.sitename
from telkomregions t, site s
where sdo_relate(t.geoloc, s.geoloc, 'mask=CONTAINS querytype=join')
= 'TRUE'

and get the following error:

ORA-00604: error recurred at recursive SQL level 1 ORA-13207:incorret use of the
[In Compatible SDO_LEVELS] operator ORA-0651

help?

Cheers
Stephen

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 7 2002
Added on Oct 10 2002
1 comment
217 views