Oracle8i Reference
Release 2 (8.1.6)

Part Number A76961-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

Initialization Parameters, 162 of 188


ROW_LOCKING

Parameter type: 

String 

Syntax: 

ROW_LOCKING = {ALWAYS | DEFAULT | INTENT} 

Parameter class: 

Static 

Default value: 

ALWAYS 

Oracle Parallel Server: 

You must set this parameter for every instance, and multiple instances must have the same value. 

ROW_LOCKING specifies whether row locks are acquired during UPDATE operations.

  • ALWAYS and DEFAULT: Row locks are acquired. Table locks are not acquired.

  • INTENT: In addition to row locks, restricted table-level locks are acquired during UPDATE operations.

 

The acquisition of table-level locks is a way to ensure data concurrency. However, Oracle Corporation recommends that you use the SQL statement LOCK TABLE for that purpose rather than changing the setting of this parameter from its default setting of ALWAYS


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index