dgs!
Member³
I recently discovered the PLSQL_CCFLAGs and the abiliy to add conditional compilation to a package.
We have a system that is meant to run VIA a batch tool. The programs used by the batch tool are all over our procedures. This means that we are unable to run the procedures through the TEST scrips in PL/SQL Developer. I would like to encapsulate these batch objects around a conditional $IF $ELSE $END statement. If I set a flag (TESTMODE=TRUE) then I can use the TEST scripts. If it is compiled without the flag it will run through the batch scripts.
The code formatter is not working for $IF $ELSE $END.
We have a system that is meant to run VIA a batch tool. The programs used by the batch tool are all over our procedures. This means that we are unable to run the procedures through the TEST scrips in PL/SQL Developer. I would like to encapsulate these batch objects around a conditional $IF $ELSE $END statement. If I set a flag (TESTMODE=TRUE) then I can use the TEST scripts. If it is compiled without the flag it will run through the batch scripts.
The code formatter is not working for $IF $ELSE $END.