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

Thread: Reports Question!!!

  1. #1
    Join Date
    Jun 2004
    Posts
    125

    Reports Question!!!

    Hi,

    I want to know if there is way to save a report as a text file as you run the report. What I mean is, I run the report and I want the same report to saved in text file as it ran. I tried to play with system variables but couldn't figure it out. Any help or code would be appreciated. Thanks.

  2. #2
    Join Date
    Nov 2002
    Location
    Geneva Switzerland
    Posts
    3,142
    Is this SQL*Plus? If so:
    SPOOL file_name
    select . . . . . . .
    SPOOL OFF

    OOOOPS - I guess not
    Last edited by DaPi; 09-02-2004 at 12:08 PM.

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