| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_XMLSAVE, 2 of 18
This function creates a save context and returns the context handle.
DBMS_XMLSAVE.newContext (targetTable IN VARCHAR2);
Table 73-2 shows the parameters of the newContext function.
| Parameter | Description |
|---|---|
|
|
The target table into which the XML document is loaded. |
The context handle.
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|