Oracle8i Replication Management API Reference
Release 2 (8.1.6)

A76958-01

Library

Product

Contents

Index

Prev Up Next

Replication Management API Reference, 20 of 179


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 8-28 DISABLED Function Parameters
Parameter  Description 
destination
 

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

Returns

Table 8-29 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 8-30 DISABLED Function Exceptions
Exception  Description 
NO_DATA_FOUND
 

Specified destination does not appear in the DEFSCHEDULE view. 


Prev Up Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index