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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

DBMS_SCHEDULER.CREATE_JOB - job_action parameter

Chintan GandhiMar 25 2016 — edited Mar 25 2016

Hi,

I am working on Oracle version below:

Oracle Database 11g Release 11.2.0.4.0 - 64bit Production

PL/SQL Release 11.2.0.4.0 - Production

I have code to create job using DBMS_SCHEDULER.CREATE_JOB. Here, job_action parameter to it, is PL/SQL block e.g.

BEGIN

   my_pacakge_pkg.p_procedure;

END;

Now, before calling DBMS_SCHEDULER.CREATE_JOB, I would like to know if my PL/SQL block compiles or not. Is there a way, I can check it?

Thanks.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 22 2016
Added on Mar 25 2016
11 comments
3,207 views