DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: spooling question

  1. #1
    Join Date
    Jan 2001
    Posts
    515
    when I do a spool to a file I set the header off first because I don't want the header. The problem that am running into is that it the spool file oracle is putting a return character on the first line and then it is putting the output after that. Is there a way to either get oracle not to put the return character in the first line or after the file is created mv it in unix to another file without the first line? Any help would be appreciated.

  2. #2
    Join Date
    Apr 2001
    Location
    UK
    Posts
    137
    You should also do a "set pagesize 0" to stop Oracle putting a blank line in wherever it thinks there is a new page.

  3. #3
    Join Date
    Jan 2001
    Posts
    515

    it works

    your a genius. thank you. set pagesize 0 works.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width