SDO_GEORASTER
Some parts in the output code are omitted for clarity reasons.
Description
In the GeoRaster object-relational model, a raster grid or image object is stored in a single row, in a single column of object type
SDO_GEORASTER
in a user-defined table. (Oracle SQL Language Reference SDO_GEORASTER Data Type).
Definition of SDO_GEORASTER object:
SDO_GEORASTER is disabled by default, to enable its usage, follow the steps described in this section of Oracle documentation.
The SDO_GEORASTER
object is not supported in Snowflake.
Sample Source Patterns
SDO_GEORASTER in Create Table
Oracle
IN -> Oracle_01.sql
Snowflake
OUT -> Oracle_01.sql
Inserting data in SDO_GEORASTER Table
Oracle
IN -> Oracle_02.sql
Snowflake
OUT -> Oracle_02.sql
Known Issues
1. SDO_GEORASTER Data Type not transformed
SDO_GEORASTER Data Type is not being transformed by SnowConvert.
Related EWIs
SSC-EWI-0028: Type not supported.
SSC-EWI-OR0076: Built In Package Not Supported.
Last updated