Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Unload Tables
The easiest way is using SQL-Plus and spool command:
SQL> spool my_file.txt SQL> set heading off SQL> set page 0; SQL> select * from my_table; SQL> spool off;
--
LP Boris
e-mail:boris.oblak_at_k2.net
reza <reza_at_free4all.co.uk> je v sporočilu novic
38087599_at_news.jakinternet.co.uk napisal ...
> The easiest way I've found is to connect by ODBC to an MS Access Database
> and do it there by Export option
> Reza
> Johan den Boer wrote in message <38081183.67724A82_at_hccnet.nl>...
> >Hi,
> >
> >Does anyone how to unload tables to ascii files.
> >
> >Thanks
> >
> >email : jj.den.boer_at_hccnet.nl
>
>
Received on Sun Oct 17 1999 - 00:25:05 CDT
![]() |
![]() |