Requirements for database-side JDBC procedures using nested connections In order to preserve transactional atomicity, database-side JDBC procedures 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.