Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> is there a code beutifier for pl/sql?
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
![]() |
![]() |