Basic Oracle Concepts and Programming Question:
How To End the Current Transaction in Oracle?
Answer:
There are several ways the current transaction can be ended:
* Running the COMMIT statement will explicitly end the current transaction.
* Running the ROLLBACK statement will explicitly end the current transaction.
* Running any DDL statement will implicitly end the current transaction.
* Disconnecting a user session will implicitly end the current transaction.
* Killing a user session will implicitly end the current transaction.
* Running the COMMIT statement will explicitly end the current transaction.
* Running the ROLLBACK statement will explicitly end the current transaction.
* Running any DDL statement will implicitly end the current transaction.
* Disconnecting a user session will implicitly end the current transaction.
* Killing a user session will implicitly end the current transaction.
Previous Question | Next Question |
How To Start a New Transaction in Oracle? | How To Create an Oracle Testing Table? |