ScriptRunner question

2009-06-25 Thread slayer81
Hello! Using iBatis 2.3.4.726. Had some problems with transfering a SQL script (a Oracle package) to Oracle database with iBatis' ScriptRunner. The SQL script file looked smth like this: -- MYPACKAGE package specification create or replace package MYPACKAGE as -- commentary here procedure

Transfer sql scripts to database with iBatis

2009-04-08 Thread slayer81
Hello! I'd like to setup my database before accessing it with iBatis. Therefore I'd like to execute a SQL script (triggers, stored procs, functions, table creation) on my database, which will be sent using iBatis. Is there a way to directly send and execute this data? Or do I have to use JDBC? I