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 -> Re: Convert query To Text ASCII File

Re: Convert query To Text ASCII File

From: James Hanway <hanwayj_at_NOSPAM.dfo-mpo.gc.ca>
Date: Mon, 07 Feb 2000 13:30:22 GMT
Message-ID: <389EC8E0.13354D5D@NOSPAM.dfo-mpo.gc.ca>


Use the SPOOL command to sent the output to a text file:

SQL> Spool myfile.txt
SQL> select * from emp;
SQL> spool off;


"Alexander T .Agung" wrote:
>
> Hi,
>
> I need help to convert a query result in Oracle 7.3 into an ASCII text
> file.
>
> Alexander T.
Received on Mon Feb 07 2000 - 07:30:22 CST

Original text of this message

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