Requirements for database-side JDBC routines using nested connections In order to preserve transactional atomicity, database-side JDBC routines that use nested connections have the following limitations. Nested connectionslimitations of

In addition, the Connection object that represents the nested connection always has its auto-commit mode set to false.