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

Home -> Community -> Usenet -> c.d.o.misc -> Re: is there a code beutifier for pl/sql?

Re: is there a code beutifier for pl/sql?

From: Frans Hovenkamp <Dieze_at_popin.nl>
Date: Fri, 18 Jun 1999 09:42:17 +0200
Message-ID: <7kct73$87i$1@zonnetje.NL.net>


Look at www.revealnet.com

BM Lam <1116-530_at_online.de> heeft geschreven in bericht <376961B4.3AE87104_at_online.de>...
>You know what I mean, right? In particular, something that has the
>feature to convert the following piece of code
>
> procedure p1 IS var_a varchar2; begin null; end;
>
>into
>
> PROCDURE p1 IS
> var_a VARCHAR2;
> BEGIN
> NULL;
> END;
>
>
>Thanks for any helpful hints
>
>bml
>
Received on Fri Jun 18 1999 - 02:42:17 CDT

Original text of this message

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