Opened 12 years ago

Closed 12 years ago

#4881 closed defect (fixed)

GEORASTER: Search for RDT as regular table

Reported by: ilucena Owned by: ilucena
Priority: normal Milestone: 1.10.0
Component: default Version: svn-trunk
Severity: normal Keywords: GEORASTER
Cc:

Description

There was a change in previous release of Oracle Spatial that allow users to use regular tables, not only object table, to be used as the GeoRaster RDT (Raster Data Table).

The driver was not updated for that new feature and it was trying to recreate the RDT if the table in:

-co insert="(1,sdo_geor.init('TABLE_RDT',1))"

Was a regular table.

In a more advanced test would be appropriated to also check if that regular table has the columns/types necessary to store the data but the ideal situation would be that the user defines his/her tables in DDL, before loading data with GDAL.

Change History (1)

comment:1 by ilucena, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in r25199

Note: See TracTickets for help on using tickets.