spool file with just the data
116460Jan 22 2003 — edited Jan 23 2003Hi,
I have a sql query that I'm spooling to a file. I have set echo off, heading off, feedback off, verify off. The spool file is exactly what I want except for the SQL prompt and the actual query. It looks like this:
SQL> "select statement;"
data data
data data
data data
data data
SQL>
What parameter do I set so that the
SQL> "select statement"
doesn't appear in the spooled file at the top, and
SQL>
doesn't appear at the bottom?
I need data only.
Thanks
-Bob