Oracle9i Supplied PL/SQL Packages and Types Reference Release 2 (9.2) Part Number A96612-01 |
|
With DBMS_METADATA
you can retrieve complete database object definitions (metadata) from the dictionary by specifying:
DBMS_METADATA
provides the following retrieval interfaces:
OPEN,
SET_FILTER,
SET_COUNT,
GET_QUERY,
SET_PARSE_ITEM,
ADD_TRANSFORM,
SET_TRANSFORM_PARAM,
FETCH_xxx
and CLOSE
retrieve multiple objects.GET_XML
and GET_DDL
return metadata for a single named object. The GET_DEPENDENT_XML
, GET_DEPENDENT_DDL
, GET_GRANTED_XML
, and GET_GRANTED_DDL
interfaces return metadata for one or more dependent or granted objects.This chapter discusses the following topics:
|
Copyright © 2000, 2002 Oracle Corporation. All Rights Reserved. |
|