Use the Quiesce window to change the quiesce mode of a table and its table spaces. When you quiesce a table and its table spaces, locks are placed on the table and table spaces. The type of lock depends on the quiesce mode.
To change the quiesce mode for a table:
If the table is already in one quiesce mode, you can change it to a higher (more exclusive) mode. For example, if the table is already in shared mode, you can change it to intent to update, or to exclusive mode.
However, you cannot change a higher mode to a lower mode. Exclusive is higher than intent to update, which is higher than shared.
Related information