Re: Tool for CSV dump?

From: Thomas Kellerer <YQDHXVLMUBXG_at_spammotel.com>
Date: Tue, 28 Oct 2008 19:38:03 +0100
Message-ID: <6mp4gbFi667iU1@mid.individual.net>


Tellie, 28.10.2008 13:23:
> Hi experts,
>
> are there tools to make a fast dump of complete databases to CSV?
> Without needing any additional licenses from Oracle...?
>
> TIA Tellie

Have a look at http://www.sql-workbench.net

You can dump all tables with a single (Workbench specific) "SQL" command:

WbExport -type=text -outputDir=. -sourceTable=*;

For details refer to the manual
http://www.sql-workbench.net/manual/command-export.html

Regards
Thomas Received on Tue Oct 28 2008 - 13:38:03 CDT

Original text of this message