The script is run from a cron job with a ksh script calling the sql  from outside 
sqlplus.

I've solved the problem by using sed to cull the offensive lines, but I should be able 
to use
sqlplus formatting statements to give the correct results. I did include message off 
(from a
previous email), but the results remain the same sofar.

--- "Khedr, Waleed" <[EMAIL PROTECTED]> wrote:
> Don't run the script while you're inside sqlplus. Run it from outside:
> sqlplus un/pw @your-script
> 
> -----Original Message-----
> Sent: Monday, October 13, 2003 12:49 PM
> To: Multiple recipients of list ORACLE-L
> 
> 
> A script dumps out table info. (sqlplus on aix 4.3.3 and oracle 8.1.7).
> 
> I cannot suppress the PROMPT>@path/scriptname and 
> PROMPT> spool off statements from the report output. 
> 
> The script contains both  set heading off and set feedback off as part of
> the formatting.
> 
> Posssible solutions?
> 
> -- 
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> -- 
> Author: Johan Muller
>   INET: [EMAIL PROTECTED]
> 
> Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
> San Diego, California        -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from).  You may
> also send the HELP command for other information (like subscribing).
> -- 
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> -- 
> Author: Khedr, Waleed
>   INET: [EMAIL PROTECTED]
> 
> Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
> San Diego, California        -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from).  You may
> also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Johan Muller
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to