DBMS_DEFER_SYS.UNSCHEDULE_EXECUTION( dblink IN VARCHAR2 NOT NULL)
Parameter | Description |
dblink | Fully qualified pathname to master database site at which you want to unschedule periodic execution of deferred remote procedure calls. |
Exception | Description |
NO_DATA_FOUND | No entry was found in the DefSchedule view for the given DBLINK. |