Description
Support for XMLTYPE in Oracle.
Use Case
Today we store XML\'s in an CLOB field. When values from this XML are needed in a view, for every value the CLOB has to be converted to an XMLTYPE and then queried. When XML\'s are stored in an XMLTYPE field it is possible to query this XML directly and extract values from it in views without first converting the XML.
Importance
Type
Database Drivers
Operating System
Not Applicable
Status
Open