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. After you assign |
|
DISCONNECT |
Terminates a successful connection. DISCONNECT |
|
COMMIT |
COMMIT terminates the logical unit of work, |
|
ROLLBACK |
ROLLBACK terminates a logical unit of work, undoes |
Note Oracle does not support the AutoCommit property of the
transaction object.
See also