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
Published in: on April 28, 2008 at 1:04 pm Comments (0)

Hands-On Ubuntu(/Debian) Packaging

https://wiki.ubuntu.com/PackagingGuide/HandsOn

Published in: on at 12:49 pm Comments (0)