InterviewSolution
Saved Bookmarks
| 1. |
Is It Possible To Run A Job Scheduled For A Particular Time To Be Run Immediately? If Yes, Then How? |
|
Answer» YES, It is possible to run a job SCHEDULED for a particular TIME IMMEDIATELY using the DBMS_JOB.RUN PROCEDURE. Yes, It is possible to run a job scheduled for a particular time immediately using the DBMS_JOB.RUN procedure. |
|