MSCEWI1057

Create Type Variant Not Supported

This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.

Severity

High

Description

This error happens when an unsupported Create Type statement is used. For example in a Create Type As Array statement.

Example Code

Input Code (Oracle):

CREATE TYPE type1 AS VARRAY (10) OF (INT);

Output Code:

-- ** MSC-ERROR - MSCEWI1057 - CREATE TYPE VARYING ARRAY VARIANT NOT SUPPORTED. **
--CREATE TYPE type1 AS VARRAY (10) OF (INT);

Recommendations

Last updated