Skip to Main Content

SQL & PL/SQL

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!

Execute PL/SQL in background using DBMS_SCHEDULER

neilmcFeb 7 2014 — edited Feb 7 2014

I want to execute a PL/SQL procedure in the background using DBMS_SCHEDULER but I can't see how to create a job/schedule so that it only runs manually when I call it rather than by a schedule frequency.

It's an 11g database btw and we don't have the APEX API installed so I can't use APEX_PLSQL_JOB.

Any ideas?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 7 2014
Added on Feb 7 2014
6 comments
2,053 views