Name

ROW_LOCKING

Synopsis

Value: ALWAYS | DEFAULT | INTENT

Default: ALWAYS

Specifies whether row locks are acquired when a table is updated. ALWAYS or DEFAULT means that only row locks are acquired when a table is updated. INTENT means that only row locks are used on a SELECT FOR UPDATE, but at update time, table locks are acquired.

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.