SQLPlus eliminates white-space?

From: Jeff Lange <jeff.lange_at_doit.wisc.edu>
Date: Thu, 03 Sep 1998 21:53:06 -0500
Message-ID: <35EF5612.23FEC708_at_doit.wisc.edu>



Does SQL*Plus really eliminate all white-space lines in stored procedure

source code when you use it to Create or Replace?

That is, if the input to SQL*Plus looks like... Create or replace

        PACKAGE Hello IS

            PROCEDURE world;

        END; /* pkg body */

after compilation the dba_source looks like?

       PACKAGE Hello IS
            PROCEDURE world;
        END;  /* pkg body */

[Quoted] Is there any way to preserve the 'pretty-print' white space of developers if you're
using SQL*Plus to recreate the procedure in another instance? Received on Fri Sep 04 1998 - 04:53:06 CEST

Original text of this message