Adaptive Server allows you to specify a lock wait period that determines how long a command waits to acquire locks:
You can specify a time limit on waiting to obtain a table lock with the wait/nowait option of the lock table command.
During a session, you can use the set lock command to specify a lock wait period for all subsequent commands issued during the session.
The sp_configure parameter lock wait period, used with the session-level setting set lock wait nnn, is applicable only to user-defined tables. These settings have no influence on system tables.
Within a stored procedure, you can use the set lock command to specify a lock wait period for all subsequent commands issued within the stored procedure.
You can use the lock wait period option of sp_configure to set a server-wide lock wait period.
Copyright © 2005. Sybase Inc. All rights reserved. |