| Oracle® Database Advanced Replication Management API Reference 10g Release 1 (10.1) Part Number B10733-01  | 
  | 
  | 
View PDF | 
When a deployment template is being updated or modified, you should use the LOCK_TEMPLATE_EXCLUSIVE procedure to prevent users from reading or instantiating the template.
The lock is released when a ROLLBACK or COMMIT is performed.
| 
 Note: This procedure should be executed before you make any modifications to your deployment template.  | 
DBMS_REPCAT_RGT.LOCK_TEMPLATE_EXCLUSIVE();
None