How the status of the Rollback segment can be viewed ?



How the status of the Rollback segment can be viewed ?..

Answer / 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

More Database Management Interview Questions

What is big data in database?

0 Answers  


When does checkpoint occur in dbms?

0 Answers  


What is database example?

0 Answers  


How do I keep my database up to date?

0 Answers  


How is rdbms different from dbms?

0 Answers  






What is the use of COMPRESS option in EXP command ?

1 Answers  


Mention a query to add email validation to your database

0 Answers  


What is a database in a website?

0 Answers  


Explain the key constraints and constraints on Null Values with examples?

2 Answers  


Why do we need foreign key?

0 Answers  


What are the two types of data independence?

0 Answers  


How does distributed database work?

0 Answers  


Categories