ANYDATASET
Some parts in the output code are omitted for clarity reasons.
Description
This type contains a description of a given type plus a set of data instances of that type.
ANYDATASET
can be used as a procedure parameter data type where such flexibility is needed. The values of the data instances can be of SQL built-in types as well as user-defined types. (Oracle SQL Language Reference ANYDATASET Data Type).
The ANYDATASET
data type is not supported in Snowflake. A possible workaround for this data type could be Snowflake ARRAY, however that transformation is currently not supported by SnowConvert.
Sample Source Patterns
Create Table with ANYDATASET
Oracle
Snowflake
Inserting data into ANYDATASET column
Oracle
Snowflake
Known Issues
1. Inserts are being parsed incorrectly
Some of the functions needed to create and insert a new ANYDATASET
object are not being parsed correctly by SnowConvert.
1. No access to the ANYDATASET built-in package
Most operations with ANYDATASET
columns require to use the ANYDATASET
built-in package, transformation for Oracle built-in packages is not supported by SnowConvert yet.
Related EWIs
Last updated