- 论坛徽章:
- 0
|
本帖最后由 Linuxcn.com 于 2010-03-11 13:58 编辑
RH Linux平台上dump 数据库,拿到AIX 5.1上load
linux 平台版本
-bash-3.00$ dataserver -v
Adaptive Server Enterprise/12.5.3/EBF 13339 ESD#7/P/x86_64/Enterprise Linux/ase1253/1951/64-bit
/OPT/Fri Mar 24 00:39:11 2006
AIX 平台版本
$ dataserver -v
Adaptive Server Enterprise/12.5.4/EBF 17474 ESD#9.1 ONE-OFF; SSConfig VIBRANCH/P
/RS6000/AIX 5.1/2146/64-bit/FBO/Mon Dec 21 16:31:19 2009
load完后,日志中提示
'Index id 2 on table id 1938102914 cannot be used in the optimization of a query as it is SUSPECT. Please have the SA run DBCC REINDEX on the specified table
但是DBCC REINDEX(tablename)时提示:
Checking cust_basic: Logical pagesize is 2048 bytes
The indexes for 'cust_basic' are already correct. They will not be rebuilt.
DBCC execution completed. If DBCC printed error messages, contact a user with System Administrator (SA) role.
很迷茫,不知道是什么问题 |
|