It seems to me like the tOracleClose components in my jobs are performing commits even if I have "Autocommit" unchecked in the corresponding tOracleConnection component. Is this the case?
Hi,
The purpose of tOracleClose is just closing the transaction(connection) after the data is committed. So if close the connection, you cannot commit.
You can see the generated java code of tOracleClose from "Code" tab.
Best regards
Sabrina