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: Exporting to flat text ????

Re: Exporting to flat text ????

From: Cdr628 <cdr628_at_aol.com>
Date: 15 Jan 2000 02:38:15 GMT
Message-ID: <20000114213815.18704.00000449@ng-fb1.aol.com>


From the sql*Plus command line:

spool c:\flatfile.txt
select * from your_table
spool off

now you've got your file_file Received on Fri Jan 14 2000 - 20:38:15 CST

Original text of this message

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