InterviewSolution
Saved Bookmarks
| 1. |
Give The Parameters Of The Dbms_job.submit Procedure ? |
|
Answer» The DBMS_JOB.SUBMIT procedure adds a new job to the job queue. It TAKES four PARAMETERS as input and returns the job number as the output though the JOB parameter. The parameters of the DBMSJOB.SUBMIT procedure are as follows:
The DBMS_JOB.SUBMIT procedure adds a new job to the job queue. It takes four parameters as input and returns the job number as the output though the JOB parameter. The parameters of the DBMSJOB.SUBMIT procedure are as follows: |
|