Hi, Do you have a SQL script to create the Oracle database? If yes you could use that (it's probably the easiest solution).
There is a Oracle specific way to extract the SQL script from an existing Oracle database, using the exp / imp command line tools, but I forgot not sure how to do that exactly. And most likely, you would have to modify this script (remove the tablespace syntax and so on). Somewhat related: you can link the Oracle tables from within H2 (CREATE LINKED TABLE). Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
