I want to use java invoke a oracle store procedure to return OracleResultSet, the store procedure have execute delete, insert and select operate(involves two tables). I set auto commit false and when execute commit() occur the error like the Title. The code like below:I want to use java invoke a oracle store proced