日期:2014-05-16  浏览次数:20408 次

DB2 解锁 解因为LOAD引起的LOAD暂挂状态锁

一般解锁命名是,SET INTEGRITY FOR temp_test IMMEDIATE CHECKED

但是load暂挂状态是解不了的,可以load一个空文件,或者不存在文件来解除。

load client from c:\ftp\null.txt of del terminate into 表名

这里的c:\ftp\null.txt不存在都可以。