Skip Headers

Oracle® Database Advanced Replication Management API Reference
10g Release 1 (10.1)

Part Number B10733-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to current chapter
Up
Go to next page
Next
View PDF

DISABLED Function

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.

Syntax

DBMS_DEFER_SYS.DISABLED (
   destination  IN   VARCHAR2)
  RETURN BOOLEAN;

Parameters

Table 14-9 DISABLED Function Parameters
Parameter Description
destination

The fully qualified database name of the node whose propagation status you want to check.

Returns

Table 14-10 DISABLED Function Return Values  
Value Description
true

Propagation to this site from the current site is disabled.

false

Propagation to this site from the current site is enabled.

Exceptions

Table 14-11 DISABLED Function Exceptions
Exception Description
NO_DATA_FOUND

Specified destination does not appear in the DEFSCHEDULE view.