Re: How to extract table contents to files?

From: Karl Zdero <karlz_at_pst.bt.co.uk>
Date: 3 Jan 1995 18:19:24 GMT
Message-ID: <3ec4fc$sm2_at_pheidippides.axion.bt.co.uk>


quite simple really!

Just place your select statement in a sql script then redirect the output to a file.

eg:
A file name fred.sql contains:-

   SELECT * from SALES;

% sqlplus -s fred.sql >fred.out

fred.out will contain what you want. Received on Tue Jan 03 1995 - 19:19:24 CET

Original text of this message