Skip Headers
Oracle® Database Reference
11g Release 2 (11.2)

Part Number E25513-03
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub
REFRN23692

DBA_ORPHAN_KEY_TABLE

DBA_ORPHAN_KEY_TABLE reports key values from indexes where the underlying base table has block corruptions. To create the view, run the DBMS_REPAIR.ADMIN_TABLES procedure. To populate the orphan key table for an index, run the DBMS_REPAIR.DUMP_ORPHAN_KEYS procedure on the index. For each key in the index that points to a corrupt data block, Oracle inserts a row into the orphan key table.

Column Datatype NULL Description
SCHEMA_NAME VARCHAR2(30) NOT NULL Schema name of the index
INDEX_NAME VARCHAR2(30) NOT NULL Name of the index
IPART_NAME VARCHAR2(30) NULL Name of the index partition or subpartition
INDEX_ID NUMBER NOT NULL Dictionary object ID of the index
TABLE_NAME VARCHAR2(30) NOT NULL Name of the base table of the index
PART_NAME VARCHAR2(30) NULL Name of the base table partition or subpartition
TABLE_ID NUMBER NOT NULL Dictionary object ID of the base table
KEYDATA UROWID NOT NULL Physical rowid of the corrupt data row
KEY UROWID NOT NULL Key values for the index entry
DUMP_TIMESTAMP DATE NOT NULL Timestamp when the entry was made into the orphan key table

Reader Comment

   

Comments, corrections, and suggestions are forwarded to authors every week. By submitting, you confirm you agree to the terms and conditions. Use the OTN forums for product questions. For support or consulting, file a service request through My Oracle Support.

Hide Navigation

Quick Lookup

Database Library · Master Index · Master Glossary · Book List · Data Dictionary · SQL Keywords · Initialization Parameters · Advanced Search · Error Messages

Main Categories

This Document

New and changed documents:
RSS Feed HTML RSS Feed PDF