SDO_TOPO_GEOMETRY
Some parts in the output code are omitted for clarity reasons.
Description
This type describes a topology geometry, which is stored in a single row, in a single column of object type
SDO_TOPO_GEOMETRY
in a user-defined table. (Oracle SQL Language Reference SDO_TOPO_GEOMETRY Data Type).
Definition of SDO_TOPO_GEOMETRY object:
The SDO_TOPO_GEOMETRY
object is not supported in Snowflake.
Sample Source Patterns
SDO_TOPO_GEOMETRY in Create Table
Oracle
IN -> Oracle_01.sql
Snowflake
OUT -> Oracle_01.sql
Inserting data in SDO_TOPO_GEOMETRY Table
Oracle
IN -> Oracle_02.sql
Snowflake
OUT -> Oracle_02.sql
Known Issues
1. SDO_TOPO_GEOMETRY Data Type not transformed
SDO_TOPO_GEOMETRY Data Type is not being transformed by SnowConvert.
Related EWIs
SSC-EWI-0028: Type not supported.
SSC-EWI-0073: Pending functional equivalence review.
Last updated