@alfranke and I are making good progress toward getting Heracles jobs running. There is one problem we’ve had though. After we call SqlRender, we get a block of SQL that includes some PL/SQL blocks and some inserts, pretty much everything Patrick setup in the Heracles script, but we run a snag when we try to run with JDBC.
We’ve had a little more luck (just testing) using a CallableStatement and wrapping in a DECLARE BEGIN … END, but it’s still not working.
@jon_duke says this has been done before, but the example is we see is using R. Any luck running these types of scripts from Java?