Name

DBMS_DEFER_SYS.ADD_DEFAULT_DEST

Synopsis

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.

Exceptions

Exception Name

Number

Description

ORA-23352

–23352

Specified destination is already in the DEFDEFAULTDEST data dictionary view.

Get Oracle Distributed Systems now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.