In the view/edit dialog for a dbms scheduler job, there is a "View SQL" button as there is in almost all objects. I would like to see *all* the pl/sql necessary to generate a job, but pl/sql developer only shows the "sys.dbms_scheduler.set_attribute" part. I was expecting to see the other pieces that are necessary, i.e. that "View SQL" would show the "SYS.DBMS_SCHEDULER.CREATE_JOB" part with all the necessary parameters.
Is there any way for pl/sql developer to show you all the code?
Is there any way for pl/sql developer to show you all the code?