Specifying the size of locks for XML data

You can specify that DB2® uses table space or XML locks for XML data.

About this task

Introductory concepts

Procedure

To control the size of locks for XML data:

Specify the LOCKSIZE clause when you alter the table space:
LOCKSIZE TABLESPACE
A process acquires no XML locks.
LOCKSIZE XML
If XML data is accessed, a process acquires XML locks and the necessary XML table space locks (IS or IX).
End program-specific programming interface information.