How will you monitor rollback segment status ?
Answers were Sorted based on User's Feedback
Answer / orawhiz
Querying the DBA_ROLLBACK_SEGS view
IN USE - Rollback Segment is on-line.
AVAILABLE - Rollback Segment available but not on-line.
OFF-LINE - Rollback Segment off-line
INVALID - Rollback Segment Dropped.
NEEDS RECOVERY - Contains data but need recovery or corupted.
PARTLY AVAILABLE - Contains data from an unresolved
transaction involving a distributed database.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / amit bhagat
by using dictionaray view's called v$rollstat,
dba_rollback_segs.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is PGA?
What is the use of Oracle Control File?
What is Cursor?
What is SGA?
What is hit ratio ?
What is the maximum size of a oracle9i database?
What is the function of checkpoint(CKPT)?
What is an Oracle Data Dictionary?
How will you estimate the space required by a non-clustered tables?
What is the functionality of SYSTEM table space ?
When Does DBWR write to the database?
What is a Rollback segment entry ?