We would like to use H2 in-memory database for automated testing of our web-applications.
We use Oracle 10 for our production and development environments.
So the idea is to duplicate the table structure in H2 test-database as it is in our Oracle dev-database.
It there an easy way to extract DDLs from an Oracle 10 schema (tables and constraints) so they could be executed against H2 database?
This script helped me: