Re: How do I...(SQLPLUS) newbie question.
Date: 1996/08/20
Message-ID: <4vd0eo$qcu_at_explorer.csc.com>#1/1
s002dla_at_alpha.wright.edu (DESAPHNE ARMSTRONG-FOSTER) writes:
> I am writing an sql script. I have sqlplus commands embedded in my script.
> I have echo set off to suppress my commands and feedback set off to
> suppress the number of rows returned my select. I want my computer
> operators to run this job from the Unix $ prompt and don't want the
> actual rows returned to scroll on the monitor. What command do I use to
> suppress the returned data from scrolling onto the screen?
>
> Any assistance anyone could provide would be greatly appreciated.
>
> You may respond to me at s002dla_at_discover.wright.edu or
> dfoster_at_fsp.fsp.com
>
> Thank you,
> Desa (a frustrated systems analyst in Dayton, OH)
SET TERMOUT OFF V. Received on Tue Aug 20 1996 - 00:00:00 CEST