How the space utilisation takes place within rollback
segments?

Answers were Sorted based on User's Feedback



How the space utilisation takes place within rollback segments?..

Answer / vinodh ramaswamy

when the transaction is started rollback segment uses the extents in cyclic fashion and once the extents gets fill these extents are marked as inactive.

if one extent is not sufficient then it searches for new adjacent free extents it wont use the previous free extents it always move in cyclic manner if next extent is not free it create a new free extent dynamically.

if all extents in the rollback segment are gets filled then it orverwrites the inactive extents.

Is This Answer Correct ?    2 Yes 0 No

How the space utilisation takes place within rollback segments?..

Answer / orawhiz

It will try to fit the transaction in a cyclic fashion
to all existing extents. Once it found an extent is in use
then it forced to acquire a new extent (No. of extents is
based on the optimal size)

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Oracle Architecture Interview Questions

What is a Parallel Server option in ORACLE?

1 Answers  


How will you estimate the space required by a non-clustered tables?

2 Answers  


What is an Oracle Data Dictionary?

0 Answers  


What is the function of checkpoint(CKPT)?

4 Answers  


What are functions of PMON?

5 Answers  






What are the functions of SMON?

7 Answers  


What are the consideration at tehe migration of Oracle 9i to 10G.

0 Answers   Baidu,


What is a Control file ?

4 Answers  


What is Database Buffers ?

4 Answers  


What is the OPTIMAL parameter ?

1 Answers   TCS,


How will you monitor the space allocation ?

3 Answers  


What is use of Rollback Segments In Database ?

4 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)