Cautions and issues

Since an exclusive table lock blocks all access by other tasks to the entire table, you should thoroughly understand the user access patterns of your application before enabling optimistic index locking.

The following circumstances require an exclusive table lock:

Do not use optimistic index locking when:

NoteAn exclusive table lock is an expensive operation, since it blocks access to the entire table. Use extreme caution in setting the optimistic index locking property.

Two stored procedures are changed by optimistic index locking:

For more information on these stored procedures, see the Reference Manual.