5.45 RC_REDO_THREAD
This view lists data about all redo threads for all incarnations of the database since the last catalog resynchronization. This view corresponds to V$THREAD
.
Column | Data Type | Description |
---|---|---|
|
|
The primary key for the target database. Use this column to join with almost any other catalog view. |
|
|
The primary key for the incarnation of the target database. Use this column to join with |
|
|
The |
|
|
The redo thread number for the database incarnation. |
|
|
The status of the redo thread: |
|
|
The last allocated log sequence number. |
|
|
The SCN at which this thread was enabled. |
|
|
The time at which this thread was enabled. |
|
|
The most recent SCN at which this thread was disabled. If the thread is still disabled, then no redo at or beyond this SCN exists for this thread. If the thread is now enabled, then no redo exists between the |
|
|
The most recent time at which this thread was disabled. |