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

From: Richard C. Lee <rcl4_at_mindspring.com>
Date: Mon, 21 Jun 1999 17:36:31 -0400
Message-ID: <376EB05F.3BE0AB1C_at_mindspring.com>


Try using TOAD which can be found at at www.quest.com

 RCL Sylvain Faust Intl wrote:

> SQL-Programmer includes a PL/SQL code Reformatter, plus a PL/SQL Code Analyzer and much more...
>
> Both are part of SQL-Programmer IX Entry Level for Oracle at:
> http://store.sfi-software.com/monmagasinsfi/fororacle.html
>
> Details on SQL-Programmer at:
> http://www.sfi-software.com/products.htm
>
> Sylvain Faust
> President
> Sylvain Faust Intl (SFI)
> SFI Building
> 880 boul. de la Carriere, Suite 130
> Hull, Quebec, Canada J8Y 6T5
>
> SQL-Programmer:
> "The best SQL integrated development environment we've seen, earning
> PC Week Labs' Analyst's Choice honors."
> http://www.zdnet.com/pcweek/stories/news/0,4153,363685,00.html
>
> Tel: (819) 778-5045, Ext. 804
> Toll Free: 1-800-567-9127 (U.S. and Canada only)
> Fax: (819) 778-7943 International; (617) 722-9389 U.S. only
> Email: sfaust_at_sfi-software.com
>
> Sylvain Faust Inc. (SFI)
> Delivering SQL Solutions since 1988
> http://www.sfi-software.com
>
> To receive news bulletins from SFI automatically, just send a blank email to:
> SFI-NEWS-SUBSCRIBE-REQUEST_at_peach.ease.lsoft.com
>
> BM Lam <1116-530_at_online.de> wrote in message <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 Mon Jun 21 1999 - 23:36:31 CEST

Original text of this message