Shareplex 是一款數據複製軟件,功能和性能都還不錯,最近在安裝中,遇到以下問題,解決後將記錄總結成此篇,以便之後查詢。注:shareplex 不是開源軟件緩存
sp_ctrl (win2008:2100)> activate config test1
性能
INT Error, can't open or read object cache file. See log for more details - ReadObjCache
spa
重裝後問題依舊。進程
多是因爲複製中一些緩存數據未清理,致使出現此問題。開源軟件
1 - 中止 Shareplextest
sp_ctrl> shutdown
軟件
2 - 確認shareplex進程的確退出
配置
ps -ef | grep sp_
object
3 - 執行 ora_cleansp
file
cd $SP_SYS_PRODDIR/bin
ora_cleansp splexuser/splexpassword
4 - 從新啓動 Shareplex
./sp_cop &
5 - 從新激活 配置文件
sp_ctrl> activate config <nome>