Prepare for your Next Interview
This is a discussion on Transaction in Oracle Server within the Oracle forums, part of the Databases category; In the Oracle Server, what are the things that will happen when we commit a transaction? Can we still undo what we have committed already?...
|
|||
|
Re: Transaction in Oracle Server
When you update the Oracle Server in some way, that update should initially be regarded as tentative only - tentative in the sense that, if something subsequently goes wrong, the update may be undone. Updates remain tentative until an SQL COMMIT or SQL ROLLBACK statement is executed. The SQL COMMIT statement makes all tentative updates firm or committed. Once committed, an update is guaranteed never to be undone.
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Oracle Interview Questions Free E-Book | admin | Downloads | 277 | 1 Week Ago 02:16 AM |
| What is Oracle Net Services | GeekAdmin | Oracle | 2 | 02-15-2007 06:02 AM |
| What are the New Application Frameworks in SQL Server 2005 | admin | Testing Issues | 1 | 05-30-2006 07:07 PM |
| ADO.NET new Features in SQL Server 2005 | admin | Testing Issues | 0 | 05-29-2006 07:05 PM |
| Explain about SMO in SQL Server 2005 | admin | Testing Issues | 0 | 05-29-2006 06:56 PM |