santoshjoshi's blog

santoshjoshi's picture

Conditional PL/SQL Compilation in Oracle 10g R2

Often, we want our PL/SQL code to output messages (using DBMS_OUTPUT) to debug a problem. This is mostly required during development, but may also come in handy if a program misbehaves in production. If the testing of your application is thorough, then you should never have an issue in the production environment. But, we all know that there are instances where we do want debug messages even in the production environment. Before Oracle 10g R2, this could not be done dynamically.

Subscribe to RSS - santoshjoshi's blog