I am executing sql within a unix script.  I am spooling the output to
a file; however, the spooling contents is also going to the standard
list for the job.  How can I suppress this from occurring?  My
standard list is huge as I am extractring 180,000 members.  Below are
the options that I am currently using.  What other command will
prevent the results from going to the job's standard list?

set autotrace off
set echo off
set feedback off
set heading off
set term on
set verify off
set linesize 50
set pagesize 0

Thanks for any help.

Donna

-- 
You received this message because you are subscribed to the Google
Groups "Oracle PL/SQL" group.
To post to this group, send email to Oracle-PLSQL@googlegroups.com
To unsubscribe from this group, send email to
oracle-plsql-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/Oracle-PLSQL?hl=en

Reply via email to