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

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不存在都可以。 
 

猜你喜欢

转载自jetway.iteye.com/blog/1955490
今日推荐