全部博文(389)
分类: Oracle
2013-08-15 22:29:24
timesten 8110 问题处理一则
某日在一个active standby return twosafe的系统中,启动主库报如8110错误,在备库上启动也报相同的错.官方解答为备库领先主库
有意思的在备库上加载数据库也报相同的错
[timesten@tt2 info]$ ttisql "DSN=test"
Copyright (c) 1996-2011, Oracle. All rights reserved.
Type ? or "help" for help, type "exit" to quit ttIsql.
connect "DSN=test";
8110: Connection not permitted. This store may require Master Catchup.
The command failed.
Done.
只好使用了forceconnect 强行加载数据库
[timesten@tt info]$ ttisql "DSN=test;Forceconnect=1"
删除active standby pair
Command> drop active standby pair;
重新创建active standby pair