Oracle Using CONNECT, DISCONNECT, COMMIT, and ROLLBACK
The following
table lists each transaction management statement and describes how
it works when you use any Oracle interface to connect to a database:
Statement |
Description |
---|---|
CONNECT |
Establishes the database connection. |
DISCONNECT |
Terminates a successful connection. DISCONNECT automatically |
COMMIT |
COMMIT terminates the logical unit of |
ROLLBACK |
ROLLBACK terminates a logical unit of |

Oracle does not support the AutoCommit property of the
transaction object.