| Oracle8i Replication Management API Reference Release 2 (8.1.6) Part Number A76958-01  | 
  | 
Replication Management API Reference, 21 of 179
This function acquires an exclusive lock that prevents deferred transaction PUSH (either serial or parallel). This function performs a commit when acquiring the lock. The lock is acquired with RELEASE_ON_COMMIT => TRUE, so that pushing of the deferred transaction queue can resume after the next commit.
DBMS_DEFER_SYS.EXCLUDE_PUSH ( timeout IN INTEGER) RETURN INTEGER;
| Value | Description | 
|---|---|
    
0  | 
 Success, lock acquired.  | 
    
1  | 
 Timeout, no lock acquired.  | 
    
2  | 
 Deadlock, no lock acquired.  | 
    
4  | 
 Already own lock.  | 
| 
 | 
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved.  | 
 
  |