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: How to dump table to ASCII text CSV format?

Re: How to dump table to ASCII text CSV format?

From: Rauf Sarwar <rs_arwar_at_hotmail.com>
Date: 8 Dec 2004 08:13:31 -0800
Message-ID: <1102522411.204865.301470@c13g2000cwb.googlegroups.com>


You can use sqlplus and spool to a file. Comes free with Oracle. OR
Use MS Access and link to the Oracle table over ODBC (Probably the best option)
OR
Toad from Quest Software. I believe there is freeware version of this. OR
Plsql developer from http://www.allroundautomations.com/plsqldev.html. 30 day trial

Regards
/Rauf Received on Wed Dec 08 2004 - 10:13:31 CST

Original text of this message

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