The DBMS_XMLGEN package converts the results of SQL queries into standard XML format and returns the results as a CLOB.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
Privilege requirements for the DBMS_XMLGEN package
The EXECUTE privilege on the DBMS_XMLGEN package is granted to the PUBLIC role. The current user has the privileges to use the subprograms in this package.
Overview of DBMS_XMLGEN subprograms
The following table describes the subprograms supported in the current version of OceanBase Database and their functions.
| Subprogram | Description |
|---|---|
| CONVERT | Converts XML data to its escaped or unescaped XML equivalent. |
