Oracle7 Server Distributed Systems Volume II: Replicated Data
DBMS_REFRESH.DESTROY
Purpose
To remove all of the snapshots from a refresh group and delete the refresh group. For additional information, refer to
.
Syntax
The parameter for the DESTROY procedure is described in
Table 12 - 58
. The syntax for this procedure is shown below:
DBMS_REFRESH.destroy( name IN VARCHAR2)
parameter
description
name
Name of the refresh group that you want to destroy.
Table 12 - 58. Parameter for DBMS_REFRESH.DESTROY