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

is there a code beutifier for pl/sql?

From: BM Lam <1116-530_at_online.de>
Date: Thu, 17 Jun 1999 22:59:33 +0200
Message-ID: <376961B4.3AE87104@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 Thu Jun 17 1999 - 15:59:33 CDT

Original text of this message

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