DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: MuLtimaster replication?

  1. #1
    Join Date
    Mar 2001
    Location
    Ireland/Dublin
    Posts
    688
    Hi,
    I have a question as I am not so familiar with multimaster replication system.
    During validation replication I'v got a error:

    declare
    e_table dbms_repcat.validate_err_table;
    a BINARY_INTEGER;
    b BINARY_INTEGER;
    begin
    a := dbms_repcat.validate(
    gname => 'NAUN_G1',
    check_genflags => TRUE,
    check_valid_objs => TRUE,
    check_links_sched => TRUE,
    check_links => TRUE,
    error_table => e_table);
    for b in 1 .. a loop
    :errmsg(b) := e_table(b).err_msg;
    end loop;
    end;

    /*****

    ORA-23313: object group "PUBLIC"."NAUN_G1" is not mastered at PROFILE.LOCALDOMAIN
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ............
    ORA-06512: at line 7

    *****/

    Can anybody explain me how to fix that problem & what does it mean?

    Is it necessary to have Master Group with the same name on both servers?

    Thank you!!!

    [Edited by kgb on 05-30-2001 at 01:19 PM]

  2. #2
    Join Date
    Mar 2001
    Posts
    635
    Hi Kgb,

    Iam also new to replication Iam working on a test environment trying to learn the skills of oracle replication server I have a link which might help you can you let me know if you have any good links or good documentation other then what is available at oracle site.Here is a link

    http://orafaq.com/faqrepl.htm#SETUPREP

    Thanks
    Santosh

  3. #3
    Join Date
    Mar 2001
    Location
    Ireland/Dublin
    Posts
    688
    Thank you!
    I will.
    Best wishes!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width