Name

ALTER SESSION

Synopsis

ALTER SESSION SET ISOLATION_LEVEL = SERIALIZABLE | READ COMMITTED

Sets the isolation level for the session.

Keywords

SERIALIZABLE

Enforces serialization at the transaction level.

READ COMMITTED

Enforces serialization at the statement level. 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.