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 a file in a database?
How do I delete a database in phpmyadmin?
What are the types of database?
List few disadvantages of file processing system.
Where is database stored?
What's the difference between star and snow flake schema?
What do you mean by deadlock dbms?
Explain why an information gap exists in most organizations.
Why is foreign key used?
Compare a hierarchical and network database model?
What is index and also explain types of indexing in dbms?
What are the three types of databases?
What is pcbs (program communication blocks)?
What are the advantages of using Query Strings?
Enlist various types of interactions created by dbms?