Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Spaces converting to Tabs
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
![]() |
![]() |