Error 1382 indicates that the Java application called the executeBatch method with an empty batch.
This problem typically occurs due to an application bug such that the application is inserting many rows in a loop, and calling the executeBatch method periodically, but on the final pass through the loop the executeBatch method is called with no rows having been bound.
↧
[TeraJDBC 13.10.00.32] [Error 1382] [SQLState HY000] The batch is empty - response (1) by tomnolan
↧