Subtype Definition
This is a translation reference to convert the Subtype Variant of the Oracle Create Type Statements (UDT's) to Snowflake
Since there are no known workarounds, SnowConvert only recognizes these definitions and does not support any translation for them.
Description
Subtypes define a structure of data similar to a record, with the added advantages of the member function definitions. Meaning that their data may be used along some behavior within the type. Unlike Object Types, Subtypes are built as an extension to another existing type.
Regarding subtype definitions, there is still no translation, but there might be a way to reimplement them using Object Type Definitions and then using their respective translation.
Sample Source Patterns
Subtypes under an Object Type
Oracle
Snowflake
Known Issues
1. Create Type creation options are not supported
Currently, there is no known workaround for any of the creation options, for these reasons they are not taken into account when defining the type.
Related EWIs
SSC-EWI-0056: Create Type Not Supported.
SSC-EWI-OR0007: Create Type Not Supported in Snowflake.
Last updated