Opened 15 years ago

Closed 15 years ago

#2700 closed defect (fixed)

GeoRaster: Once spatialextent is indexed it can not load any more rasters

Reported by: ilucena Owned by: ilucena
Priority: normal Milestone: 1.6.0
Component: GDAL_Raster Version: svn-trunk
Severity: normal Keywords:
Cc: warmerdam

Description

Comment from a user:

"Once a raster is loaded with a model SRID, and I set the spatialextent SRID, and the spatialextent is indexed, I can not load any more GeoRaster on the same table/column."

The reason is the spatialextent's spatial index has a model SRID set, and SDO_GEOR.createBlank implicitly tries to set the spatialextent SRID to NULL. The spatial index raises an error here, and the GDAL load does not complete.

Change History (1)

comment:1 by ilucena, 15 years ago

Resolution: fixed
Status: newclosed

Committed revision on r15839

Note: See TracTickets for help on using tickets.