Today I released version 1.1 of myoradump for download
from sourceforge. If you don't know what myoradump is,
this is a utility for exporting data from an Oracle database in
some relevant text format so that it can be imported to some
other database.
The main thing in version 1.1 is that I have added a whole bunch
of new output formats, so make it even easier to get your data
out of expensive Oracle and into something more effective. The
new formats supported are:
- MySQL - The format of this is a bunch of INSERT statements that you get when you use mysqldump for example and is useful for import into MariaDB (and MySQL). INSERT arrays are supported as a bunch of more options.
- JSON - This format is rather obvious, the output is a file consisting of one JSON object per row. To support binary …