February 2023
Intermediate to advanced
588 pages
9h 13m
English
Conditional compilation has been available since Oracle 10g. There are countless scenarios in which this can be useful. For example, you can use conditional compilation to check the database (develop, test, production), check the compiler optimization level, include or exclude code depending on the environment, and prepare your code for release on future versions of the database.
The conditional compilation syntax ...