April 1999
Intermediate to advanced
552 pages
15h 39m
English
DBMS_DEFER_SYS.DISABLED
The DISABLED function returns the Boolean value TRUE if the deferred RPCs to the specified destination have been disabled (with SET_DISABLED) and returns FALSE otherwise.
FUNCTION DBMS_DEFER_SYS.DISABLED (destination IN VARCHAR2) RETURN BOOLEAN;
destination is the global name of the destination database.
There are no restrictions on calling the DISABLED function.
Exception Name | Number | Description |
|---|---|---|
NO_DATA_FOUND | –01403 | Specified destination is not in the DEFSCHEDULE data dictionary view. |