| Name | Created/Modified | Description | Download |
| Sample Code in Java to Load Images into GeoRaster Objects | 2011-10-13 | This sample code provides an example on how to write a loader (inAdaptor) for the GeoRaster feature of Oracle Spatial to upload external image/raster files into an Oracle Spatial GeoRaster object. | georasterloader_samplecode.zip |
| GDAL-based GeoRaster Concurrent Batch Loading and Exporting Wizard | 2013-05-07 | This tool provides a wizard to help automatically create GDAL batch loading and exporting description files (XML) and then through this tool users can concurrently run those files to load and export raster files in batches. It supports all raster formats supported by GDAL. Refer to the User's Guide for details. | GeoRasterETL.zip |
| Sample Code in C/OCI to Access GeoRaster Objects | 2010-10-13 | This program first performs a spatial search on georaster.spatialextent to get back a candidate set of georaster objects. (Paragraph) For each georaster returned, program performs a sdo_geor.getRasterSubset. (Paragraph) This is only an example application. You could modify this example to build a pick list from the georaster.spatialextent search, and only call sdo_geor.getRasterSubset when a user picks a georaster from your list. | read_oci_georaster_Jan_2008.zip |