Hi,

I need to encapsulate some DML (such as ALTER TABLE DISABLE CONSTRAINT) as well as a long anonymous PL/SQL block of code (not compiled in the database) in Java objects.  Can I do this with iBatis?  If so how?  >From what I understand iBatis can only map SQL and a single stored procedure.  How would I map say, something like a script with DML (ALTER TABLE) followed by a block of anonymous PL/SQL?  Thanks.

Reply via email to