7.158 V$DATABASE_INCARNATION
V$DATABASE_INCARNATION
displays information about all database incarnations.
Oracle creates a new incarnation whenever a database is opened with the RESETLOGS
option. Records about the current and immediately previous incarnation are also contained in the V$DATABASE
view.
Column | Datatype | Description |
---|---|---|
|
|
Record ID for the branch record in the control file |
|
|
Resetlogs system change number (SCN) for the incarnation of the current row |
|
|
Resetlogs timestamp for the incarnation of the current row |
|
|
Resetlogs SCN for the previous incarnation |
|
|
Resetlogs timestamp for the previous incarnation |
|
|
Incarnation status:
|
|
|
Branch ID for the incarnation of the current row (used by user-managed recovery/RMAN restore to get unique names for archived logs across incarnations) |
|
|
Parent incarnation record ID if nonzero |
|
|
Indicate whether or not Flashback Database can be performed into SCNs or timestamps in the incarnation. A value of YES means that you can flashback to some point in that incarnation. A value of NO indicates that you cannot flashback into the incarnation. |
|
|
The ID of the container to which the data pertains. Possible values include:
|
See Also: