ORA-13442
GeoRaster object not registered: string
Cause
There was no entry for the specified GeoRaster object in the ALL_SDO_GEOR_SYSDATA view.
Action
Check if the GeoRaster object has been inserted into a GeoRaster table:
- If not inserted, insert it into the GeoRaster table and try again.
- If inserted, check if the GeoRaster DML trigger has been created on the GeoRaster table:
- If not created, use SDO_GEOR_UTL.createDMLTrigger to create the DML trigger, then register the GeoRaster object using SDO_GEOR_ADMIN.registerGeoRasterObjects.
- If created, register the GeoRaster object using SDO_GEOR_ADMIN.registerGeoRasterObjects.