Database Administration Question:

What is uses of rollback segment?

Answer:

The use of RollBack Segment is Database is - to maintain read consistency between multiple transactions.

Rollback segments are the areas in your database which are used to temporarily save the previous values when some updates (by 'updates', inserts or deletes as well) or any other transactions going on.

Download Database Administration PDF Read All 25 Database Administration Questions
Previous QuestionNext Question
Explain What is a deadlock?Explain some built-in functions that can be used in SQL queries?