DBURIType
Some parts in the output code are omitted for clarity reasons.
Description
DBURIType
can be used to storeDBURIRef
values, which reference data inside the database. StoringDBURIRef
values lets you reference data stored inside or outside the database and access the data consistently. (Oracle SQL Language Reference URI Data Types)
Sample Source Patterns
Check this section to set up the sample database.
DBURIType in create table
Oracle
Snowflake
Retrieving data from DBURIType column
Oracle
Snowflake
getclob function is not being transformed by the tool, but is necessary to display the data in Oracle, this transformation is going to be available in future releases.
Known Issues
1. DBURIType Data Type not recognized
DBURIType is parsed and converted as Custom Data Type by SnowConvert or as not supported type if it uses the prefix SYS, there is a work item to fix this issue
Related EWIs
SSC-EWI-0028: Type not supported.
SSC-EWI-0062: Custom type usage changed to variant
SSC-EWI-0073: Pending functional equivalence review
Last updated