XDBURIType
Some parts in the output code are omitted for clarity reasons.
Description
You can use
XDBURIType
to expose documents in the XML database hierarchy as URIs that can be embedded in anyURIType
column in a table. TheXDBURIType
consists of a URL, which comprises the hierarchical name of the XML document to which it refers and an optional fragment representing the XPath syntax. (Oracle SQL Language Reference URI Data Types)
Sample Source Patterns
XDBURIType in create table
Oracle
Snowflake
Retrieving data from XDBURIType 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. XDBURIType Data Type not recognized
XDBURIType 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