Re: spool question
From: Emmanuel Baechler <ebaechle_at_hospvd.ch>
Date: Tue, 02 Jun 1998 17:17:53 +0200
Message-ID: <357417A1.7492_at_hospvd.ch>
Date: Tue, 02 Jun 1998 17:17:53 +0200
Message-ID: <357417A1.7492_at_hospvd.ch>
Dennis M. Hancy wrote:
>
> In SQL, I am running a Select statement that produces quite a bit of
> output. I decided to spool the output to a file, yet when I run the
> Select statement, the output still goes to my screen
Here's the "header" of my spool scripts:
- archiving script set pagesize 0 set linesize 224 set newpage 0 set space 0 set echo off set feedback off set heading off set termout off spool some_file.txt
[Quoted] It works very well with ORACLE 7.3.3 running on a Data General AV3600 running DG_UX.
Emmanuel Baechler
Lausanne
Switzerland
Received on Tue Jun 02 1998 - 17:17:53 CEST