oracle高级复制管理里面,配置高级复制问题,请大家指点!
這是oracle metalink的一段話,你的數據庫可能不是企業版的。
對不起,復制過來的格式沒有了。
Solution Description --------------------??1) Oracle does not permit multimaster configuration in all kind of servers.? ?? ?For example if "DESTINATION.WORLD" is a Standard Edition Database, the error? ? ORA-23375 should be triggered when adding this database from the master? ? definition site.??2) Earlier releases do not support new features.? ???Checking the compatible parameter in initSID.ora it is correct at all sites.??3) If using an Oracle Server that supports multimaster replication like Oracle? ? Enterprise Edition, make sure that the replication administrator user in the? ? destination database has the correct priviliges.? ???Execute the following steps:? ?? ? SQL> connect system/manager@DESTINATION.WORLD? ?? ?SQL> execute dbms_repcat_admin.admin_any_repgroup('REPADMIN')? ???or execute:? ?? ? SQL> execute dbms_repcat_admin.admin_any_repschema('REPADMIN')? ?Explanation -----------??Oracle does not include multi master replication support (more than one master site in a replication group) in any database that does not have Enterprise Edition or Oracle8i Personal Edition on Win NT.??The lack of privileges in the repadmin user cause the error ORA-23375 or error ORA-4060. Normally the privilege that is missing is execute any procedure, however it is recommended to execute dbms_repcat_admin.admin_any_repgroup to??discard any other lack of privilege.
這是url地址
http://metalink.oracle.com/metal ... T&p_id=112147.1
總結
以上是生活随笔為你收集整理的oracle高级复制管理里面,配置高级复制问题,请大家指点!的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: oracle 操作树大全,oracle树
- 下一篇: oracle中check约束性别,关于O