Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> multimaster replication

multimaster replication

From: <mike7411_at_gmail.com>
Date: 14 Sep 2006 10:25:15 -0700
Message-ID: <1158254715.704168.305590@k70g2000cwa.googlegroups.com>


I tried following the directions in the Oracle Database Advanced Replication Management API Reference to configure multimaster replication with the HR sample schema. It seems to work.

However, when I try to replicate my own table, it never works. I created a table as follows:

NAME VARCHAR2(80)
PASS VARCHAR2(80) I set NAME as the primary key.

When I try to replicate it, Oracle keeps saying my object does not exist or is invalid.

Any ideas?

Thanks. Received on Thu Sep 14 2006 - 12:25:15 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US