Search notes:

Oracle SQL noun: TRANSACTION

SET TRANSACTION

set transaction starts a new transaction and defines some characteristics of this transaction:
The set transaction statement is optional, however, if it is used, it must be the first statement in a transaction.

See also

Transactions

Index