Object Type Definition
This is a translation reference to convert the Object Variant of the Oracle Create Type Statements (UDT's) to Snowflake
Description
CREATE TYPE <type name> AS OBJECT
( [{<type column definition> | type method definition } , ...]);Sample Source Patterns
Inserts for Simple Type usage
Oracle
Snowflake
Simple Type usage
Oracle
Snowflake
Inserts for Nested Type Usage
Oracle
Snowflake
Nested Type Usage
Oracle
Snowflake
Known Issues
1. Migrated code output is not the same
2. DML for User-defined Types is not being transformed
3. Create Type creation options are not supported
Related EWIs
Last updated
