|
我用上面同樣的方法來做....卻有問題為什麼呢
我在配制 advance replication 的時候有一個這樣的問題,我已經弄了兩天了,刪了裝裝了刪,,,仍然沒有解決,
primary database : gdn
standby : gdnbak
當我在gdn 里面 execute dbms_repcat.add_master_database('scott_mg','gdnbak.worldson.com',true,false,'asynchronous')
出現這樣一錯誤 :
ORA-23375 feature is incompatible with database version at string
Cause: A feature not compatible with the specified database was used.
Action: Set or raise the value of the COMPATIBLE initialization parameter to match the necessary compatibility level.
gdnbak .worldson.com的特性與資料庫版本不同
到底是什麼造成的呢 |
|