| Oracle8i Replication Management API Reference Release 2 (8.1.6) Part Number A76958-01  | 
  | 
Replication Management API Reference, 20 of 179
This function determines whether propagation of the deferred transaction queue from the current site to a specified site is enabled. The DISABLED function returns TRUE if the deferred remote procedure call (RPC) queue is disabled for the specified destination.
DBMS_DEFER_SYS.DISABLED ( destination IN VARCHAR2) RETURN BOOLEAN;
| Parameter | Description | 
|---|---|
    
destination  | 
 The fully qualified database name of the node whose propagation status you want to check.  | 
| Value | Description | 
|---|---|
    
TRUE  | 
 Propagation to this site from the current site is disabled.  | 
    
FALSE  | 
 Propagation to this site from the current site is enabled.  | 
| Exception | Description | 
|---|---|
    
NO_DATA_FOUND  | 
 
Specified   | 
| 
 | 
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved.  | 
 
  |