Dears,
I'm using utl_file.put_line to log the steps of a PL/SQL into a file on the server.
The first put_line statment is performed before any other action. And then the job logs the other steps, untill the end.
The feature works fine, but I'm not able to see the results (file size is 0) unless the job is finished or I kill the session.
Any idea about how to overcome that?
Regards,
Zephan
I'm using utl_file.put_line to log the steps of a PL/SQL into a file on the server.
The first put_line statment is performed before any other action. And then the job logs the other steps, untill the end.
The feature works fine, but I'm not able to see the results (file size is 0) unless the job is finished or I kill the session.
Any idea about how to overcome that?
Regards,
Zephan