2010-01-12 47 views
0

我在JDBCSQL中删除锁

 
delete * from mytable where ... 

执行查询我:

java.sql.SQLException: The total number of locks exceeds the lock table size 

我有表约20万的记录。 如何解决这个问题?

回答