April 1999
Intermediate to advanced
552 pages
15h 39m
English
DBMS_DEFER_SYS.UNSCHEDULE_PUSH (Oracle8 Only)
The UNSCHEDULE_PUSH procedure is the complement to the SCHEDULE_PUSH procedure. This procedure unschedules automatic pushes to the destination node.
PROCEDURE DBMS_DEFER_SYS.UNSCHEDULE_PUSH(dblink IN VARCHAR2);
dblink is the global name of the database to which pushes are to be unscheduled.
Exception Name | Number | Description |
|---|---|---|
NO_DATA_FOUND | –00100 | No pushes to dblink exist. |