SDO_TOPO_GEOMETRY
Description
This type describes a topology geometry, which is stored in a single row, in a single column of object type
SDO_TOPO_GEOMETRYin a user-defined table. (Oracle SQL Language Reference SDO_TOPO_GEOMETRY Data Type).
Definition of SDO_TOPO_GEOMETRY object:
CREATE TYPE SDO_TOPO_GEOMETRY AS OBJECT
(tg_type NUMBER,
tg_id NUMBER,
tg_layer_id NUMBER,
topology_id NUMBER);
/The SDO_TOPO_GEOMETRY object is not supported in Snowflake.
Sample Source Patterns
SDO_TOPO_GEOMETRY in Create Table
Oracle
Snowflake
Inserting data in SDO_TOPO_GEOMETRY Table
Oracle
Snowflake
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
