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 -> Re: Commented-out lines in Production

Re: Commented-out lines in Production

From: klabu <klabu_at_internet.com>
Date: Mon, 4 Dec 2006 19:23:03 -0500
Message-ID: <12n9ev8b09d6n2e@corp.supernews.com>

"Andreas Piesk"
> $IF $$debug $THEN
> $IF $$debug $THEN
> dbms_output.put_line( balhblah);
> $END

> $END
>
> ALTER PACKAGE bla COMPILE PLSQL_CCFLAGS = 'debug:true' REUSE SETTINGS;
>
> regards,
> -ap
>

yes good suggestion
but now SOURCE code is still "littered" with "dbms_output.put_line( balhblah);"
plus "$IF $$debug $THEN.....$END" Received on Mon Dec 04 2006 - 18:23:03 CST

Original text of this message

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