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!

sdo_relate vs sdo_geom.relate

InfoDocDec 19 2017 — edited Dec 20 2017

Can someone help me understand the difference between sdo_relate   and  sdo_geom.relate?

When would I use 1 over the other?

Simple example below:

sdo_relate(  geom1,  geom2,  'mask=CONTAINS+COVERS')

or

sdo_geom.relate(  geom1,  geom2,  0.5) ='CONTAINS+COVERS'

I was a bit unclear after reviewing the ora docs.

This post has been answered by _jum on Dec 20 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 17 2018
Added on Dec 19 2017
1 comment
3,868 views