Hi,
I am trying to update SRID of a table from 8307 value to NULL.BUt it is throwing following error.
SQL> update CABLE a set a.geom.sdo_srid=null;
update CABLE a set a.geom.sdo_srid=null
*
ERROR at line 1:
ORA-29877: failed in the execution of the ODCIINDEXUPDATE routine
ORA-13365: layer SRID does not match geometry SRID
ORA-06512: at "MDSYS.SDO_INDEX_METHOD_10I", line 270
But I tried by keeping in user_sdo_geom_metadata the SRID of cable as 8307.Still it is throwing error as above.
Also I tried by keeping in user_sdo_geom_metadata the SRID of cable as null also.Still it is throwing error as above.
How can I solve this problem.