| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_METADATA , 5 of 11
GET_QUERY returns the text of the queries that are used by FETCH_xxx. This function assists in debugging.
FUNCTION get_query (handle IN NUMBER) RETURN VARCHAR2;
| Parameter | Description |
|---|---|
|
|
The handle returned from |
The text of the queries that will be used by FETCH_xxx.
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|