当前表出于 装入暂挂状态,使用重组命令(reorg) 不起作用,报SQL-104,
然后从网上百度了大量解除 DB2暂挂的命令均不好使,最后采用了对表的runstats单个优化,也是类似reorg的单个表初始化
命令,具体命令是
runstats on table tablename ;
时间: 2024-10-26 11:28:48
当前表出于 装入暂挂状态,使用重组命令(reorg) 不起作用,报SQL-104,
然后从网上百度了大量解除 DB2暂挂的命令均不好使,最后采用了对表的runstats单个优化,也是类似reorg的单个表初始化
命令,具体命令是
runstats on table tablename ;