Error in execution SDO_GEOM.VALIDATE_LAYER_WITH_CONTEXT
I am getting an error from SDO_GEOM.VALIDATE_LAYER_WITH_CONTEXT
ORA-01403: no data found
ORA-06512: at "MDSYS.SDO_GEOM", line 2452
ORA-06512: at line 1
I checked a couple of things.
- The user_sdo_geom_metadata entry is correct for the layer being tested.
- Spatial index creation on the layer being tested succeeded.
- Permissions and grants on MDSYS are in place.
- There is an entry in the CS_SRS for the layer SRID
What am I missing?
Thanks
0