in order to migrate a db from oracle to mysql i am using ddlutils. Migrating the schema works for my purposes, but inserting the data fails due to missing rows. The following excerpt from the log file
I\'m trying to use the org.apache.ddlutils package for reading database metadata. I\'ve written the following method:
I\'m looking for a lightweight, open source, more or less cro开发者_StackOverflow中文版ss-database Java library that would allow me to read off metainformation on columns, tables and integrity constra
When trying to use DDLUtils it always seems to take over the id values for the columns that are set to autoincrement. How can I prevent this?