I am trying to output the results of a query to a text file using the SPOOL in SQLPLUS. My code look like this:
SET head OFF
--set pagesize 40
SET termout OFF
SET feedback OFF
SET verify OFF
SET timing OFF
SET echo OFF
SET linesize 80
SET trim ON
spool C:\outfile.txt;
select 'Column1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.