CONDITIONAL COMPILATION
CONDITIONAL COMPILATION
Oracle 10g release 2 introduces a new feature called Conditional compilation. It allows PLSQL compiler to compile a selected parts of a program based on conditions you specify with the $IF directive in PLSQL.
It enables you to …