问题现象:
在存储过程中的load的时候看似成功的,但是在DB2的DB2DIAG.LOG里面会出现Load query failure,并且会出现如下日志:
A Load synchronization element for this table already exists and is
associated with a different application ID. Load will wait briefly
before reusing this synchronization element and continuing normally.
No user intervention is required.
经查询IBM的支持文档,发现在只有在JAVA调用存储过程,并且是用calling ADMIN_CMD()方法调用load的时候,在LUW的环境下会出现这个问题。
IBM已经在以下版本解决这个问题:
First fixed in DB2 UDB Version 9.5 FixPak 5.
详见文档:
http://www-01.ibm.com/support/docview.wss?uid=swg1IZ52915
DB2 load问题
最新推荐文章于 2023-04-25 11:02:25 发布