Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: sqlplus : How to turn off output to terminal ?
Kari Pannila wrote:
>
> On 28 Feb 1997 12:59:56 -0600, aak2_at_Ra.MsState.Edu (Atif Ahmad Khan)
> wrote:
>
> >How do I turn off output to terminal sqlplus from a select statement when I
> >am spooling the result to a text file ?
> >I have tried echo off, feedback off etc. but nothing seems to work.
> >The problem is not easy to handle when the result is huge and I am
> >over a modem connection.
>
> Have you tried " set flush off" ?
>
> rgrds Kari
Try set term off.
That should do the trick.
Cheers!
Keith Received on Tue Mar 25 1997 - 00:00:00 CST
![]() |
![]() |