Oracle® Database Administrator's Guide 11g Release 2 (11.2) Part Number E25494-02 |
|
|
PDF · Mobi · ePub |
This section describes the procedures contained in the DBMS_REPAIR
package and notes some limitations and restrictions on their use.
See Also:
Oracle Database PL/SQL Packages and Types Reference for more information on the syntax, restrictions, and exceptions for theDBMS_REPAIR
proceduresThe following table lists the procedures included in the DBMS_REPAIR
package.
These procedures are further described, with examples of their use, in "DBMS_REPAIR Examples".
DBMS_REPAIR
procedures have the following limitations:
Tables with LOB data types, nested tables, and varrays are supported, but the out-of-line columns are ignored.
Clusters are supported in the SKIP_CORRUPT_BLOCKS
and REBUILD_FREELISTS
procedures, but not in the CHECK_OBJECT
procedure.
Index-organized tables and LOB indexes are not supported.
The DUMP_ORPHAN_KEYS
procedure does not operate on bitmap indexes or function-based indexes.
The DUMP_ORPHAN_KEYS
procedure processes keys that are no more than 3,950 bytes long.