HSQL Create Procedure Syntax doesn't seem to match the documentation
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 create the db in oracle to create the same db in hsql for the integration tests. I'm running into roadblocks regarding differences in syntax, that despite indicating to HSQL that the syntax is oracle, I keep getting stuck on creating stored procedures. My test db bean is defined as such: <bean id="dataSource" class="org.springframework.jdbc.datasource.DriverManagerDataSource"> <property name="driverClassName" value="org