Java db2 error SQLCODE=-913 SQLSTATE=57003 SQLERRMC=schema.table; table, driver=4.1xxx
问题 I wrote a simple Java application that basically execute an SELECT SQL statement comprising of 4 joined tables. I then execute the SQL statement and save it to a resultSet . When I am looping through the resultSet , on the 200K+ record out of 300K+, I am getting this error message: SQLCODE=-913 SQLSTATE=57003 SQLERRMC=schema.table; table, driver=4.1xxx Based on what I have read so far, this means its a deadlock error. Is it possible for this to occur on such a small resultset (300K), and on a