paperlined.org
apps > oracle > pl_sql
document updated 14 years ago, on Dec 11, 2009
DBMS_OUTPUT is what's used to output simple debugging/log information. Unfortunately, it doesn't print out in real-time, rather it queues all the lines up, and only gives them to the user at the very end.

Are there any alternatives that can allow you to see debugging messages earlier on?