V$THREAD
displays thread information from the control file.
Column | Datatype | Description |
|
| Thread number |
|
| Thread status ( |
|
| Enabled status: |
|
| Number of log groups assigned to this thread |
|
| Instance name, if available |
|
| Last time the thread was opened |
|
| Current log group |
|
| Sequence number of current log |
|
| SCN at last checkpoint |
|
| Time of last checkpoint |
|
| SCN at which thread was enabled |
|
| Time of enable SCN |
|
| SCN at which thread was disabled |
|
| Time of disable SCN |
|
| Last redo sequence number written by LGWR |
|
| Last redo block written by LGWR |
|
| SCN of last redo for the thread |
|
| Time of last redo for the thread |
Note:
1.
select * from V$THREAD;
THREAD# | STATUS | ENABLED | GROUPS | INSTANCE | OPEN_ TIME | CURRENT_ GROUP# | SEQUENCE# | CHECKPOINT_ CHANGE# | CHECKPOINT_ TIME | ENABLE_ CHANGE# | ENABLE_ TIME | LAST_ REDO_ SEQUENCE# | LAST_ REDO_ BLOCK | LAST_ REDO_ CHANGE# | LAST_ REDO_ TIME |
1 | OPEN | PUBLIC | 6 | MYDB | 2008-06-29 8:42:42 AM | 3 | 377084 | 9665376080777 | 2008-08-28 9:35:46 AM | 2202288276481 | 2003-09-21 7:21:30 AM | 377084 | 389624 | 9665376110137 | 2008-08-28 9:37:32 AM |
No comments:
Post a Comment