Have PL/SQL Outputs in Real Time.

Posted by martilyo on Stack Overflow See other posts from Stack Overflow or by martilyo
Published on 2009-10-06T06:41:15Z Indexed on 2010/04/15 2:13 UTC
Read the original article Hit count: 240

Filed under:
|
|

Is it possible to have Outputs from PL/SQL in real time? I have a pretty huge package that runs for more than an hour and I'd like to see where the package is at a particular time.

Anyways, I currently do this with a log table, which gets filled up with hundreds of log descriptions per run, I'm just curious if this is possible.

Thanks!

© Stack Overflow or respective owner

Related posts about plsql

Related posts about sql