Skip Headers
Oracle® Database Reference
11g Release 1 (11.1)

Part Number B28320-01
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
View PDF

ALL_CAPTURE_PREPARED_DATABASE

ALL_CAPTURE_PREPARED_DATABASE displays information about when the local database was prepared for instantiation. If the local database was not prepared for instantiation, then this view contains no rows.

Related View

DBA_CAPTURE_PREPARED_DATABASE displays information about when the local database was prepared for instantiation.

Column Datatype NULL Description
TIMESTAMP DATE   Date and time at which the local database was ready to be instantiated
SUPPLEMENTAL_LOG_DATA_PK VARCHAR2(8)   Status of database-level PRIMARY KEY COLUMNS supplemental logging:
  • IMPLICIT

  • EXPLICIT

  • NO

SUPPLEMENTAL_LOG_DATA_UI VARCHAR2(8)   Status of database-level UNIQUE INDEX COLUMNS supplemental logging:
  • IMPLICIT

  • EXPLICIT

  • NO

SUPPLEMENTAL_LOG_DATA_FK VARCHAR2(8)   Status of database-level FOREIGN KEY COLUMNS supplemental logging:
  • IMPLICIT

  • EXPLICIT

  • NO

SUPPLEMENTAL_LOG_DATA_ALL VARCHAR2(8)   Status of database-level ALL COLUMNS supplemental logging:
  • IMPLICIT

  • EXPLICIT

  • NO


See Also: