Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

dbms_job.isubmit

JellyAug 22 2017 — edited Sep 6 2017

DECLARE

V_JOB NUMBER;

begin

DBMS_JOB.SUBMIT(V_JOB, PROC_XXXX);

commit;

end;

execute success!!

DBMS_JOB.ISUBMIT(1, PROC_XXXX,sysdate);

commit;

NO response

??WHY???
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 4 2017
Added on Aug 22 2017
3 comments
3,801 views