DB2 SQL error: SQLCODE: -443, SQLSTATE: 38553,

SELECT * FROM SYSIBM.SYSDUMMY1,TABLE( SNAPSHOT_BP( 'OrDbName', -1 )) as SNAPSHOT_BP where BP_NAME='bpName'这个查询的时候出现的错误什么问题啊,而且有10台设备只有一台有这个错误
07/13 15:03:53 [ERROR] [pigms.collectors.db.db2.DB2BufferPoolIndicator.collect(Unknown Source)] DB2 SQL error: SQLCODE: -443, SQLSTATE: 38553, SQLERRMC: SYSPROC.SNAPSHOT_BP;SNAPSHOT_BP;SQL1427
参与12

10同行回答

drdb2drdb2系统工程师se
还有, 看看另另一个error$ db2 ? SQL1427        SQL1427N An instance attachment does not exist.  Explanation: The application is not attached to an instance.  The attempted command/API cannot be execute...显示全部
还有, 看看另另一个error
$ db2 ? SQL1427        


SQL1427N An instance attachment does not exist.  

Explanation:

The application is not attached to an instance.  The attempted
command/API cannot be executed unless there is an existing
instance attachment.  

User Response:

If the error occurred when detaching from an instance, continue
processing.  If the error occurred during the execution of any
other command, attach to an instance and reissue the failed
command.收起
互联网服务 · 2011-07-14
浏览3850
drdb2drdb2系统工程师se
db2 version?snapshot table function may not be always reliable.以前也遇到过类似的情况。restart may help.另外, 你是用的 instance ower id 吗?显示全部
db2 version?
snapshot table function may not be always reliable.
以前也遇到过类似的情况。
restart may help.

另外, 你是用的 instance ower id 吗?收起
互联网服务 · 2011-07-14
浏览2974
anliguoanliguo数据库管理员NEW COM
你直接run了上面的语句? 还是已经替换了对应的db and bufferpool name ?我测试下没问题db2 "SELECT * FROM SYSIBM.SYSDUMMY1,TABLE( SNAPSHOT_BP( 'SAMPLE', -1 )) as SNAPSHOT_BP where BP_NAME='IBMDEFAULTBP' "显示全部
你直接run了上面的语句? 还是已经替换了对应的db and bufferpool name ?

我测试下没问题

db2 "SELECT * FROM SYSIBM.SYSDUMMY1,TABLE( SNAPSHOT_BP( 'SAMPLE', -1 )) as SNAPSHOT_BP where BP_NAME='IBMDEFAULTBP' "收起
互联网服务 · 2011-07-14
浏览2951

提问者

zhc
软件工程师中科软

相关问题

相关资料

相关文章

问题状态

  • 发布时间:2011-07-14
  • 关注会员:2 人
  • 问题浏览:12813
  • 最近回答:2015-12-14
  • X社区推广