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_GEOM.VALIDATE_GEOMETRY_WITH_CONTEXT returns ORA-13199 SRID does not exist

Semih.TekeFeb 17 2015 — edited Feb 17 2015

Hi everyone,

I'm facing with this error while I was trying to list wrong spatial data (11.0.2.0.3 RAC (AIX))

Select   *

From     table

Where    SDO_GEOM.VALIDATE_GEOMETRY_WITH_CONTEXT (GEOMETRY,0.001)! ='TRUE'

It returns :

ORA-13199: SRID does not exists

ORA-06512: at "MDSYS.MD", line 1723

ORA-06512: at "MDSYS.MDERR", line 17

ORA-06512: at "MDSYS.SDO_CS", line 5328

ORA-06512: at "MDSYS.SDO_GEOM", line 483

ORA-06512: at "MDSYS.SDO_GEOM", line 560

ORA-06512: at line 1

Is there anyone who faced with this kind of issue or any idea ?

Thanks in advance

Regards

This post has been answered by B Hall on Feb 17 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 17 2015
Added on Feb 17 2015
8 comments
2,490 views