Oracle9i Supplied PL/SQL Packages and Types Reference Release 2 (9.2) Part Number A96612-01 |
|
DBMS_XMLGEN
converts the results of a SQL query to a canonical XML format. The package takes an arbitrary SQL query as input, converts it to XML format, and returns the result as a CLOB.
This package is similar to the DBMS_XMLQUERY
package, except that it is written in C and compiled into the kernel. This package can only be run on the database.
See Also:
Oracle9i XML API Reference - XDK and Oracle XML DB for more information on XML support. Oracle9i XML Database Developer's Guide - XDB, for more information on XML support and for an example of how to use |
This chapter details the following:
DBMS_XMLGEN
converts the results of a SQL query to a canonical XML format. The package takes an arbitrary SQL query as input, converts it to XML format, and returns the result as a CLOB.
This package is similar to the DBMS_XMLQUERY
package, except that it is written in C and compiled into the kernel. This package can only be run in the database.
|
Copyright © 2000, 2002 Oracle Corporation. All Rights Reserved. |
|