Oracle Apps

This Blog contains Basic technical concepts(Lables),
Oracle Videos and Oracle weblinks

Tuesday, July 28, 2009

Rollback Segment

Rollback Segment

A Rollback Segment is a database object containing before-images of data written to the database.

Rollback segments are used to:

  • Undo changes when a transaction is rolled back
  • Ensure other transactions do not see uncommitted changes made to the database
  • Recover the database to a consistent state in case of failures

No comments:

Post a Comment

Followers