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 |
What the default privileges which get assigned ?
Define fragmentation.
what is dba_segment
What do you mean by checkpoints in dbms?
What is a key in database?
wat is meant by oracle
What is the use of PARFILE option in EXP command ?
Compare non-clustered and clustered index
What do you mean by cardinality and its types?
What is 3 level architecture dbms?
What do you mean by index hunting?
State some commands of ddl in dbms?