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

Home -> Community -> Usenet -> c.d.o.server -> Replication #2

Replication #2

From: Bostjan Stupica <bostjan.stupica_at_ixtlan.si>
Date: Mon, 13 Sep 1999 19:16:07 +0200
Message-ID: <IiaD3.235$Ks.15966@news.siol.net>


Hoj!

We have two Oracle Server EE v8.0.5.1.0 (with patch, like you see). The instance names are TST1 and TST2 (for example). Then I build Replication Group on TST1 with few tables on one of them, so TST1 is MDS (Master Definition Site).

When I say:
---
SQL> EXECUTE DBMS_REPCAT.ADD_MASTER_DATABASE(GNAME => 'TEST',

                                        MASTER => 'TST2.ixtlan.si',
                                        PROPAGATION_MODE => 'SYNCHRONOUS');
---
... I get the following situation:
- repgroup TEST is quisced on instance TST1 (MDS) ... that's OK

What did I miss?

Thank you,

Bostjan Received on Mon Sep 13 1999 - 12:16:07 CDT

Original text of this message

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