运维网's Archiver
论坛
›
DB2
› DB2解因为LOAD引起的LOAD暂挂状态锁
舒畅
发表于 2016-11-17 05:17:52
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不存在都可以。
页:
[1]
查看完整版本:
DB2解因为LOAD引起的LOAD暂挂状态锁