1.

Which Are The Subprograms Of The Dbms_job Package?

Answer»

The subprograms of the DBMS_JOB package are as FOLLOWS:

  •  SUBMIT—Submits a job to the job queue
  •  REMOVE—Removes the specified job from the job queue
  •  CHANGE —Alters the specified job that has ALREADY been submitted to the job queue
  •  WHAT—Alters the specified job
  •  NEXT__DATE—Alters the execution TIME
  •  INTERVAL —Alters the interval between execution of specified job
  •  BROKEN—Disables the job execution
  •  RUN—Forces a specified job to be executed

The subprograms of the DBMS_JOB package are as follows:



Discussion

No Comment Found