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

How to define Data Block size in Oracle?

0 Answers  


How many Dispatcher Processes are created?

1 Answers  


What are the uses of Oracle Rollback Segment?

0 Answers  


What is the function of Redo Log in Oracle?

0 Answers  


How the space utilisation takes place within rollback segments?

2 Answers  






List the Optional Flexible Architecture (OFA) of Oracle database ?

1 Answers  


Can a Tablespace hold objects from different Schemes in Oracle?

0 Answers  


What is SGA?

3 Answers  


How will you swap objects into a different table space for an existing database?

2 Answers  


Why query fails sometimes ?

1 Answers  


What are the two types of Server Configurations?

3 Answers  


How does Space allocation table place within a block ?

1 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)