Spatial Data transfer via Transportable Tablespaces from 10.2.0.5 EE (HPUX B.11.11) to 11.2.0.2 SE (
We have transferred data via TTS from an Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 database on HPUX B.11.11 to an Oracle Database 11g Release 11.2.0.2.0 SE Database on SLES 10 SP4. We need to recreate 189 spatial indexes against the spatial data that was transferred, but 74 of these generate ORA-00600 errors when we attempt to do so. After receiving the ORA-00600 error the indexes are left with a DOMIDX_OPSTATUS of "FAILED". Attempting to validate the associated spatial data using sdo_geom.validate_geometry_with_context also generates ORA-00600 errors.
SQL> CREATE INDEX CADDBA.IDX_T54_GEOM ON CADDBA.AREA_WORKING_SLOPE
(GEOM)
0