Links
Comment on page

MSCEWI1057

Create Type Variant Not Supported

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

  • No end-user actions are required.
  • If you need more support, you can email us at [email protected]