DBMS_INDEXING | Contains specifications for packages and types used in DBMS extensibility infrastructure (indexing, optimization, etc.). |
DBMS_JAVA | Gives you the ability to modify the behavior of the Aurora Java Virtual Machine ( JVM) in Oracle. You can enable output (meaning that Java's System.out.println will act like DBMS_OUTPUT.PUT_LINE), set compiler and debugger options, and more. |
DBMS_JAVA_TEST | Interface to Aurora JVM to let you easily test methods (functions) defined in classes that you have loaded into Oracle. |
DBMS_LOGMNR DBMS_LOGMNR_D | Interact with and support a variety of operations in the new Oracle utility LogMiner, which allows you to read information contained in online and archived redo logs based on selection criteria. |
DBMS_PROFILER | Accesses performance and code coverage analysis of your PL/SQL application. |
DBMS_REPAIR | Offers a set of procedures to facilitate data corruption repair. |
DBMS_REPCAT_FLA DBMS_REPCAT_FLA_MAS DBMS_REPCAT_FLA_UTL | New replication packages. |
DBMS_REPCAT_RGT | Offers an API to control the maintenance and definition of refresh group templates. |
DBMS_RESOURCE_MANAGER | An API to the Database Resource Manager that allows you to maintain resource management plans, consumer groups, and plan directives. |
DBMS_RESOURCE_MANAGER_PRIVS | Maintains privileges associated with resource consumer groups. |
DBMS_RLS | Offers an interface to the fine-grained access control administrative features of Oracle8 i ; only available with the Enterprise Edition. |
DBMS_RULE DBMS_RULE_ADM DBMS_RULE_EXIMP | Administer export/import information in the Rules Engine Administrator. |
DBMS_SPACE_ADMIN | Provides tablespace and segment space administration that is not available through the standard SQL statements. |
DBMS_STATS | Provides a PL/SQL-based mechanism to allow users to view and modify optimizer statistics gathered on database objects. |
DBMS_SUMMARY | Manages and refreshes table-based summaries. |
DBMS_TRACE | Allows PL/SQL developers to trace the execution of stored PL/SQL functions, procedures, and exceptions. |
DBMS_TTS | Contains procedures and functions supporting the Pluggable Tablespace feature. These programs are mostly called by the import/export utilities. |
OUTLN_PKG | Contains a functional interface for procedures and functions that are associated with the management of stored outlines. |
UTL_COLL | Allows PL/SQL programs to use collection locators in order to perform queries and updates. |