I am using HSQL as my in memory test db for running integration tests.
In production, I have an oracle 10g database. The idea is to run the db create scripts that I used to
I can specify the delimiter in the script files. So I used a different delimiter /; in the script files that had create procedure statements that had ; separated commands.