Where to find dbms_output from a scheduled execution of a stored procedure?
Liz I isOct 11 2010 — edited Oct 11 2010All,
I have created and run a job that executes a PL/sql packaged procedure, via dbms_scheduler. It ran successfully according to User_Scheduler_Job_Run_Details.
Where can I find the output from dbms_output.put_line that was run via the procedure?
Thanks in advance,
Liz