I am trying to recreate the oracle database in the HSQL database. this allows better testing of modules in local development systems.
I need to know if there is anything a tool / command that I can use in oracle oracle server that can provide me all DDL commands for all objects (tables, synonyms, views, etc.) in the oracle database.
I plan to go through the generated DDL commands and try to convert these commands to HSQL compatible commands.
Is it possible?
Any suggestions would be welcome.
system information:
Oracle DB: Oracle enterprise server 11g R2. HSQL DB: hsql 2.2.9
source share