Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Spool Out Problem...

Spool Out Problem...

From: Arijit Chatterjee <arijitchatterjee123_at_yahoo.co.in>
Date: 25 Oct 2004 05:00:06 -0700
Message-ID: <ea01504d.0410250400.30076f3d@posting.google.com>


Dear Faculties.
I have a requirement to redirect the
output to a print.My OS is Wndows 2003
and DB is
Oracle8i Enterprise Edition
8.1.7.0.0
Production

PL/SQL
8.1.7.0.0
Production



I have a script

temp.txt

SPOOL TEMP CLEAR COLUMNS
CLEAR BREAKS SELECT *
FROM sam;

SPOOL OUT



From the SQLPLUS end I am
getting the output

SQL> @e:\temp.txt
         1a         20
         1b         30
         1c         90
         1d        100

SQL>

But it is not sensing the
printer.Do I need to do any extra
setting at SQLPLUS end?
Regards
Arijit Chatterjee Received on Mon Oct 25 2004 - 07:00:06 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US