5.29 RC_DATABASE_INCARNATION
This view lists information about all database incarnations registered in the recovery catalog.
Oracle creates a new incarnation whenever you open a database with the RESETLOGS
option. Records about the current and immediately previous incarnation are also contained in the V$DATABASE
view.
Column | Data Type | Description |
---|---|---|
|
|
The primary key for the database. Use this column to join with almost any other catalog view. |
|
|
Unique identifier for the database. |
|
|
The primary key for the incarnation. |
|
|
Globally unique identifier (GUID) of this PDB. |
|
|
The |
|
|
|
|
|
The SCN of the |
|
|
The time stamp of the |
|
|
|
|
|
The |
|
|
The SCN of the |
|
|
The time stamp of the |
|
|
|
|
|
ID of the container to which the data pertains. 0 represents a non-cdb, 1 represents a CDB, and n indicates the container ID. |