You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a handy script to dump the contents of any ASM database to
INSERT statements for applying to any other ASM database of the
same version (MySQL, HSQL or PostgreSQL)
Edit the top of the dump.py file to set the JDBC driver and url to use.
Requires Python, JPype, JayDeBeApi
To get JayDeBeApi:
bzr branch lp:jaydebeapi
python setup.py install
Python and JPype are in Debian - python-jpype