How the status of the Rollback segment can be viewed ?
Answer Posted / guest
select SEGMENT_NAME,
OWNER,
TABLESPACE_NAME,
SEGMENT_ID,
FILE_ID,
BLOCK_ID,
INITIAL_EXTENT,
NEXT_EXTENT,
MIN_EXTENTS,
MAX_EXTENTS,
PCT_INCREASE,
STATUS,
INSTANCE_NUM
from dba_rollback_segs
order by SEGMENT_NAME
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of database management system?
What do you understand by sub-queries in sql?
What is the best free database?
How can you perform pattern matching in sql?
what are the differences between network and hierarchical database model?
Explain what are the types of transparencies?
Explain the terms specialization and generalization.
Differentiate table scan from index scan.
Describe and contrast sql and qbe.
write a query to retrieve the last day of next month in oracle.
What is maintaining database?
How many types of database languages are?
How view is related to data independence?
How do you handle your own transaction?
What are different relationships existing in database?