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.

Index rebuild fails after update of SRID

GCJan 17 2019 — edited Jan 28 2019

I have several tables where I've successfully updated their geodetic columns' srid.  Unfortunatley the index rebuild on one of the tables fails:

alter index BLA_BLA_BLA_X rebuild

Error report -

SQL Error: ORA-29858: error occurred in the execution of ODCIINDEXALTER routine

ORA-29400: data cartridge error

ORA-01403: no data found

ORA-13249: internal error in Spatial index: [mdidxrbd]

ORA-13249: Error in Spatial index: index build failed

ORA-13249: Error in spatial index: [mdrcrtxfergm]

ORA-13249: Error in spatial index: [mdpridxtxfergm]

ORA-13200: internal error [ROWID:AAAT/xAAlAABg2iAAA] in spatial indexing.

ORA-13206: internal error [] while creating the spatial index

ORA-13365: layer SRID does not match geometry SRID

ORA-06512: at "MDSYS.SDO_INDEX_METHOD_10I", line 313

29858. 00000 -  "error occurred in the execution of ODCIINDEXALTER routine"

*Cause:    Failed to successfully execute the ODCIIndexAlter routine.

*Action:   Check to see if the routine has been coded correctly.

I've double checked everything as regards this line ORA-13365: layer SRID does not match geometry SRID and they do match!

Any suggestions anyone?

This post has been answered by [Deleted User] on Jan 17 2019
Jump to Answer
Comments
Post Details
Added on Jan 17 2019
15 comments
3,747 views