MSCEWI1055

Data Type Not Recognized

triangle-exclamation

Severity

Low

Description

This error happens when the definition for a Custom Type was not found or an Oracle built-in data type was not recognized by Snow Convert.

Example code

Input Code (Oracle):

--Type was never defined
--CREATE TYPE type1;

CREATE TABLE table1
(
column1 type1
column2 unrecognizedType
);

Output Code:

Recommendations

Last updated