Alternatives to dbms_output
Because it caches output and dumps it at the end of execution, dbms_output isn’t ideal for judging how a piece of PL/SQL is executing. Alternatives are:
- dbms_application_info
- utl_file
The URI to TrackBack this entry is: http://blog.une.edu.au/dsymons2/2008/04/28/alternatives-to-dbms_output/trackback/
Leave a Comment
You must be logged in to post a comment.