Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> need pragma for conditional compiling in PL/SQL

need pragma for conditional compiling in PL/SQL

From: Bram Stieperaere <bse_at_sodexho-pass.be>
Date: Mon, 08 Jun 1998 17:14:03 +0200
Message-ID: <357BFFBB.B284296@sodexho-pass.be>


Hi all,

I heard there exists a pragma in PL/SQL which allows conditional compiling, as in C:

#define TAG
#ifdef TAG

    ... some code here
#else

    ... some other code here
#end

does anyone know how to do this?

Thanks. Received on Mon Jun 08 1998 - 10:14:03 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US