Re: log for dbms_output.put_line



There is no log. If you use dbms_output in procedures running through
dbms_job your output will go to /dev/null.
You need to replace dbms_output by utl_file, or send the output using
dbms_pipe calls.

--
Sybrand Bakker
Senior Oracle DBA

.