April 1999
Intermediate to advanced
552 pages
15h 39m
English
DBMS_DEFER_SYS.ADD_DEFAULT_DEST
The ADD_DEFAULT_DEST procedure adds records in the DEFDEFAULTDEST data dictionary view. Adding a record to this view effectively specifies a default destination for deferred RPCs.
PROCEDURE DBMS_DEFER_SYS.ADD_DEFAULT_DEST (dblink IN VARCHAR2);
dblink is the global name of the destination site being added.
There are no restrictions on calling ADD_DEFAULT.DEST. Changes you make to DEFDEFAULTDEST affect future calls only, not calls that may already be queued.
Exception Name | Number | Description |
|---|---|---|
ORA-23352 | –23352 | Specified destination is already in the DEFDEFAULTDEST data dictionary view. |