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: Spaces converting to Tabs

Re: Spaces converting to Tabs

From: Jonathan Gennick <jonathan_at_gennick.com>
Date: Sat, 03 Apr 1999 23:25:55 GMT
Message-ID: <371798fd.5393879@netnews.worldnet.att.net>


On 1 Apr 1999 20:40:07 -0800, wayne_at_sonic.net (Wayne Miner) wrote:

>Things usually work fine, however (sporadically), if the nextval is a
>2 digit number (the sequence is defined as a NUMBER 10), the file
>contains a \t character, instead of the 8 leading spaces.

Try modifying your script to include the following command:

        set tab off

The default setting is on, which is probably why you are getting the tabs.

regards,

Jonathan Received on Sat Apr 03 1999 - 17:25:55 CST

Original text of this message

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