How To Start a New Transaction in Oracle?

Submitted by: Administrator
There is no SQL statement to explicitly start a new transaction. Oracle server implicitly starts a new transaction with the following two conditions:

* The first executable statement of a new user session will automatically start a new transaction.
* The first executable statement after a previous transaction has been ended will automatically start a new transaction.

Submitted by: Administrator

Read Online Oracle Database Job Interview Questions And Answers