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: is there a code beutifier for pl/sql?

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

From: Sylvain Faust Intl <info_at_sfi-software.com>
Date: Sat, 19 Jun 1999 08:02:31 -0400
Message-ID: <7kg10m$ssv$1@news.igs.net>


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 Sat Jun 19 1999 - 07:02:31 CDT

Original text of this message

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