|
-
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.
-
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|