SSC-FDM-OR0039
Create Type Not Supported in Snowflake
Description
This message is added when a Create Type statement not supported by Snowflake is used.
Example Code
Input Code (Oracle):
CREATE TYPE type6 UNDER type5(COL1 INTEGER);
Output Code:
----** SSC-FDM-OR0039 - CREATE TYPE SUBTYPE IS NOT SUPPORTED IN SNOWFLAKE **
--CREATE TYPE type6 UNDER type5(COL1 INTEGER)
;
Recommendations
No end-user actions are required.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated