GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle  >  Memory Management

 Print  |  
Question:  What is use of rollback segments in Oracle database



September 09, 2005 05:32:56 #1
 Mahendra   Member Since: Visitor    Total Comments: N/A 

RE: What is use of rollback segments in Oracle database
 
Used to store undo data. In a transaction when data is updated , other seesions should not view the uncommited data . Other Sessions will access the undo dara in the Roll Back segment
     

 

Back To Question