What is use of Rollback Segments In Database ?

 They allow the database to maintain read consistency between multiple transactions.

Showing Answers 1 - 1 of 1 Answers

Anu

  • Oct 3rd, 2006
 

1.Transaction Rollback-When a transaction is rolled back to restore the old image.

2.Transaction recovery-To undo any uncommitted changes when DB is open after instance failure.

3.Read consistency-While transaction is on progress other users in DB do not see any uncommitted changes.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions