Which two procedures or functions are part of the DBMS_METADATA package? (Choose two.)
A. GET_DDL
B. GET_XML
C. GET_TYPE
D. GET_VIEW
E. GET_TABLE
Answer: A, B
Explanation:
The GET_DDL and GET_XML are two functions in the DBMS_METADATA package.
Incorrect Answers
C: GET_TYPE is not a part of the DBMS_METADATA package.
D: There is no GET_VIEW procedure of function in the DBMS_METADATA package.
E: GET_TABLE is not a part of the DBMS_METADATA package.
OCP Oracle9i Database: New Features for Administrators, Daniel Benjamin, p. 136-138
Chapter 3: Manageability Enhancements
Oracle 9i New Features, Robert Freeman, p. 44-46
Chapter 2: Oracle9i Architecture Changes
No comments:
Post a Comment