Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-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:

  1. If not inserted, insert it into the GeoRaster table and try again.
  2. If inserted, check if the GeoRaster DML trigger has been created on the GeoRaster table:
  3. If not created, use SDO_GEOR_UTL.createDMLTrigger to create the DML trigger, then register the GeoRaster object using SDO_GEOR_ADMIN.registerGeoRasterObjects.
  4. If created, register the GeoRaster object using SDO_GEOR_ADMIN.registerGeoRasterObjects.