Name

SET TRANSACTION

Synopsis

SET TRANSACTION ISOLATION LEVEL SERIALIZABLE | READ COMMITTED

Sets the isolation level for the transaction.

Keywords

SERIALIZABLE

Enforces serialization at the transaction level for this transaction.

READ COMMITTED

Enforces serialization at the statement level for this transaction. This value is the default for Oracle.

Get Oracle in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.