|
我照著你的配制不行啊,,,如果把global_names = true ,那麼就
ORA-02085 database link string connects to string
資料庫連結gissjdev.worldson.com 與gissjdev相連
假如global_names = false 的話,就通過了,但有另外的問題
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的特性與資料庫版本不同
到底是什麼造成的呢 |
|