Oracle7 Server Distributed Systems Volume II: Replicated Data

Contents Index Home Previous Next

DBMS_DEFER_SYS.DELETE_DEFAULT_DEST

Purpose

To remove a destination database from the DefDefaultDest view. For additional information, refer to [*].

Syntax

The parameter for the DELETE_DEFAULT_DEST procedure is described in Table 12 - 17. The syntax for this procedure is shown below:

DBMS_DEFER_SYS.DELETE_DEFAULT_DEST(dblink IN VARCHAR2);

Parameter Description
dblink The fully qualified database name of the node that you want to delete from the DefDefaultDest view. If Oracle does not find this dblink in the view, no action is taken.
Table 12 - 17. Parameter for DELETE_DEFAULT_DEST


Contents Index Home Previous Next