I am getting the following error when loading a query using jdbc load, exec("SQL query")
failed to read clob from resultset
Large Objects may not be used in auto-commit mode.
Any idea how to solve this? I haven't found a way to set autocommit to false. Thanks!