Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Export into a textfile
Hi!
Or from SQLplus
set colsep ','
select * from the_table;
Frank
Robert Malikian <robert_malikian_at_zdnet.com> wrote in message
news:8JRf6.44$WE.656_at_news.uk.colt.net...
> It should be easy!
> Starts a SQL session then
> spool my_file
> SELECT field1||','||field2||','||.... FROM the_table;
> spool off
>
> Robert
> "Alexandru R. Taranu" <alexandru.r.taranu_at_constud.de> wrote in message
> news:3A7FE245.DD306FBF_at_constud.de...
> > Hi,
> >
> > I would like to export some data from a table into a columns-separated
> > textfile. The Oracle-Datamanager provides only import, export and
> > load-functions. There is no "unload"-function available.
> > Can anybody help?
> >
> > Thanks!
> >
>
>
Received on Wed Feb 07 2001 - 10:11:17 CST
![]() |
![]() |