April 1999
Intermediate to advanced
552 pages
15h 39m
English
DBMS_REFRESH.SUBTRACT
Call the SUBTRACT procedure to subtract a snapshot group.
PROCEDURE DBMS_REFRESH.SUBTRACT
(name IN VARCHAR2,
{list IN VARCHAR2,| tab IN dbms_utility.uncl_array,}
lax IN BOOLEAN DEFAULT FALSE );The parameters for theSUBTRACT procedure have the same meaning as in the ADD procedure; refer to the parameter table in that section. Note that you must select the list or tab parameter, but not both.
Exception Name | Number | Description |
|---|---|---|
ORA-23404 | –23404 | Refresh group name does not exist. |
This procedure must be run from the snapshot site.