Dave's Site
Projects
oracledump
Search

AltaVista News
AltaVista Web
Google
Lycos
Yahoo!


Home -> Projects -> oracledump
oracledump
Description

This tool provides a mysqldump-like interface to Oracle.

NOTE: This tool is not yet feature-complete.

Download

oracledump v0.09 (latest)

ChangeLog

v0.09

  • Added --comment-marker switch to change the SQL comment character(s) on output; useful for changing to '#' for MySQL.
  • Added --add-transaction switch to emit SQL to turn off autocommit before INSERT statements and to emit a COMMIT after them.
  • Fixed bug in -p|--password where it required a string argument instead of being optional.
  • Added code to turn autocommit off and to set transaction to read only when dumping data to preserve integrity.
  • Fixed bug when attempting to query for the instance of the hostname; we now check to see if we can see the V$INSTANCE table before attempting to query it.

v0.08

  • Added support of DATE type on data output, but not table output.

v0.07

  • Added semi-colon ';' to end of INSERT statements on output.

v0.06

  • First public release.

Copyright © 1999 David D. Kilzer / ddkilzer@e-markets.com.
Last updated .