Oracle9i Supplied PL/SQL Packages and Types Reference
Release 1 (9.0.1)

Part Number A89852-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

DBMS_DEFER_SYS, 8 of 20


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 12-9 DISABLED Function Parameters
Parameter  Description 
destination
 

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

Returns

Table 12-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 12-11 DISABLED Function Exceptions
Exception  Description 
NO_DATA_FOUND
 

Specified destination does not appear in the DEFSCHEDULE view. 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback