InterviewSolution
Saved Bookmarks
| 1. |
Which Procedure Of The Dbms_job Package Is Used To Disable The Execution Of A Particular Job? |
|
Answer» The DBMS_JOB.BROKEN procedure DISABLES the EXECUTION of the specified JOB. This job will not be executed by the Oracle server. The DBMS_JOB.BROKEN procedure disables the execution of the specified job. This job will not be executed by the Oracle server. |
|