当前位置: 代码迷 >> DB2 >> Operation not allowed for reason code "3" on table xxx,该怎么处理
  详细解决方案

Operation not allowed for reason code "3" on table xxx,该怎么处理

热度:5098   发布时间:2013-02-26 00:00:00.0
Operation not allowed for reason code "3" on table xxx
问题:
select count(*) from schema_name.table_name with ur;
: ERROR [57016] [IBM][DB2/LINUXX8664] SQL0668N Operation not allowed for reason code "3" on table "schema_name.table_name". SQLSTATE=57016

我在网上查了下只查到了SQL0668N Operation not allowed for reason code "7" on table XXX. 

我刚才
Reorg table schema_name.table_name;
DB2 Database Error: ERROR [01H52] [IBM][DB2/LINUXX8664] SQL2216N SQL error "-668" occurred while reorganizing a database table or its indexes. SQLSTATE=01H52

这到底是什么错啊?

------解决方案--------------------------------------------------------
说一下解决过程呗。
------解决方案--------------------------------------------------------
重组表的时候不能进行任何操作
  相关解决方案