Output Code
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Source Code
Suppose this is the Oracle source code you have migrated:
Output code
UDF Helpers
How to interpret the output code?
There is one parsing error in line 2. This is because of an invalid token
CREATE TABLE!
.There is one parsing error in line 5 and line 12. This is because of an invalid token
VARCHAR2!
.There is a not supported function
XMLSEQUENCE
, which is converted to aXMLSEQUENCE_UDF
.
Last updated