InterviewSolution
Saved Bookmarks
| 1. |
What Are Some Of The Oracle Provided Packages That Dbas Should Be Aware Of? |
|
Answer» Oracle provides a number of PACKAGES in the form of the DBMS_ packages owned by the SYS user. The packages used by DBAS MAY INCLUDE: DBMS_SHARED_POOL, DBMS_UTILITY, DBMS_SQL, DBMS_DDL, DBMS_SESSION, DBMS_OUTPUT and DBMS_SNAPSHOT. Oracle provides a number of packages in the form of the DBMS_ packages owned by the SYS user. The packages used by DBAs may include: DBMS_SHARED_POOL, DBMS_UTILITY, DBMS_SQL, DBMS_DDL, DBMS_SESSION, DBMS_OUTPUT and DBMS_SNAPSHOT. |
|