GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Tech FAQs  >  Oracle
Go To First  |  Previous Question  |  Next Question 
 Oracle  |  Question 22 of 244    Print  
When we commit a transaction what sort of things happen in the oracle server ?

  
Total Answers and Comments: 3 Last Update: March 01, 2009     Asked by: parthokonar 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
April 24, 2006 13:22:25   #1  
harikrishna        

RE: When we commit a transaction what sort of things h...

when we commit a transaction we cannot undo any information in that transaction.

once commit has been happened in any transaction oreacle server saves all changes done by us and again it wont give permission to us to do any alter or modification


 
Is this answer useful? Yes | No
April 25, 2006 06:49:18   #2  
sweetytrivedi82 Member Since: April 2006   Contribution: 1    

RE: When we commit a transaction what sort of things h...

when a commit occurs in the transaction then the points are as mentioned:-

1)an SCN is created & record in redo log buffer

2)LGWR writes from Redo log buffer to redo log files

3)oracle shows commit complete

4)locks now can be released


 
Is this answer useful? Yes | No
March 01, 2009 04:29:52   #3  
vijaydeep Member Since: February 2009   Contribution: 2    

RE: When we commit a transaction what sort of things happen in the oracle server ?
Ends the current transaction by making all pending data changes permanent.
Is the simplest way to define.
Transaction means start with an DML SQL Statement and end with one of the following
1) A commit or rollback statement is issued or
2) DML OR DCL Statement executes (AUTO COMMIT) or
3) The System crashes.

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape