Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> urgent : multi master Replication problem
--------------F54A79C8B937EBA594F45303
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Hi all
problem : I didn't get any error in the deferror in the same way no data is
also replicated.
some of the replication status through replication tables after the configuration and replication resume command
SQL> @c:\repmon.sql
select sname, masterdef, dblink from sys.dba_repschema;
Replication schemas/ sites
SchemaName MasterDef? DBLink
-------------------- ---------- -----------------------------------
SCOTT_SK Y ORACLE8.SHAFIKA.VETRI.COM SCOTT_SK N GXDB.THIRU.VETRI.COM
1 rows selected.
RepCat Log (after a while you should see no entries): select request, status, message, errnum from sys.dba_repcatlog;
REQUEST STATUS MESSAGEERRNUM
COPY_FLAVOR_DEFINITIONS AWAIT_CALLBACK RESUME_MASTER_ACTIVITY AWAIT_CALLBACK CREATE_MASTER_REPOBJECT AWAIT_CALLBACK GENERATE_INTERNAL_PKG_SUPPORT AWAIT_CALLBACK END_GEN_INTERNAL_PKG_SUPPORT READY ADD_MASTER_DATABASE AWAIT_CALLBACK ADD_MASTER_DATABASE READY RESUME_MASTER_ACTIVITY READY
8 rows selected.
Entries in the job queue
select job, last_date, last_sec, next_date, next_sec, broken, failures,
what from sys.dba_jobs where schema_user = 'REPADMIN';
JOB LAST_DATE LAST_SEC NEXT_DATE NEXT_SEC Broken FAILURES
--------- --------- -------- --------- -------- ------ ---------
WHAT
49 05-DEC-00 17:53:19 05-DEC-00 18:03:19 N 0 dbms_repcat.do_deferred_repcat_admin('"SCOTT_S"', FALSE);
48 05-DEC-00 17:53:50 05-DEC-00 18:03:50 N 0 dbms_repcat.do_deferred_repcat_admin('"SCOTT_LAST"', FALSE);
50 05-DEC-00 17:56:54 05-DEC-00 18:06:54 N 0 dbms_repcat.do_deferred_repcat_admin('"SCOTT_SK"', FALSE);
3 rows selected.
Replication Status:
select sname, master, status from sys.dba_repcat;
SchemaName M STATUS
-------------------- - ---------
SCOTT_SK Y QUIESCED 1 rows selected.
select gname, type||' '||sname||'.'||oname object, status from sys.dba_repobject;
Objects registered for replication
GroupName OBJECT STATUS
-------------------- ----------------------------------- ---------
SCOTT_SK TABLE SCOTT.S VALID SCOTT_SK PACKAGE SCOTT.S$RP VALID SCOTT_SK PACKAGE BODY SCOTT.S$RP VALID
3 rows selected.
Thanks and Regards
suganya
"Weerd Kirsten, E.C. de" wrote:
> Hi, > > I asked for a script, and have recevied several for which I thank > you all, for automatically recreating indexes. > > One thing I'm wondering about B4 I try it all out : > > When a table is created with a PK or Uniqe-constraint, indexes are > created, right ??? But if I drop these indexes en recreate them, is the > PK/U-constraint still valid, or do these indexe shave to be filtered out of > the mass ??? > > Greets, > > Kirsten > -- > Please see the official ORACLE-L FAQ: http://www.orafaq.com > -- > Author: Weerd Kirsten, E.C. de > INET: Kirsten.deWeerd_at_Oranjewoud.nl > > Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 > San Diego, California -- Public Internet access / Mailing Lists > -------------------------------------------------------------------- > To REMOVE yourself from this mailing list, send an E-Mail message > to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in > the message BODY, include a line containing: UNSUB ORACLE-L > (or the name of mailing list you want to be removed from). You may > also send the HELP command for other information (like subscribing).
--------------F54A79C8B937EBA594F45303
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<br>Hi all
<br>problem : I didn't get any error in the deferror in the same
way no data is also replicated.
<p>some of the replication status through replication tables after the
configuration and replication resume command
<p>SQL> @c:\repmon.sql
<br><font color="#3366FF">select sname, masterdef, dblink from
sys.dba_repschema;</font>
<br>Replication schemas/ sites
<p>SchemaName
MasterDef? DBLink
<br>-------------------- ---------- -----------------------------------<br>SCOTT_SK Y ORACLE8.SHAFIKA.VETRI.COM <br>SCOTT_SK N GXDB.THIRU.VETRI.COM
<p>1 rows selected. <p>RepCat Log (after a while you should see no entries): <br><font color="#3366FF">select request, status, message, errnum from sys.dba_repcatlog;</font>
<br>----------------------------- -------------- -------------------------
<br>COPY_FLAVOR_DEFINITIONS AWAIT_CALLBACK <br>RESUME_MASTER_ACTIVITY AWAIT_CALLBACK <br>CREATE_MASTER_REPOBJECT AWAIT_CALLBACK <br>GENERATE_INTERNAL_PKG_SUPPORT AWAIT_CALLBACK <br>END_GEN_INTERNAL_PKG_SUPPORT READY <br>ADD_MASTER_DATABASE AWAIT_CALLBACK
<br>RESUME_MASTER_ACTIVITY READY <p>8 rows selected. <p>Entries in the job queue <br><font color="#3333FF">select job, last_date, last_sec, next_date, next_sec,broken, failures, what from sys.dba_jobs where schema_user = 'REPADMIN';</font> <p> JOB LAST_DATE LAST_SEC NEXT_DATE NEXT_SEC Broken FAILURES
<br>--------- --------- -------- --------- -------- ------ --------- <br>WHAT <br>---------------------------------------------------------------------------------------------------- <br> 49 05-DEC-00 17:53:19 05-DEC-0018:03:19 N 0
<br>dbms_repcat.do_deferred_repcat_admin('"SCOTT_S"', FALSE); <br> <br> 48 05-DEC-00 17:53:50 05-DEC-0018:03:50 N 0
<br>dbms_repcat.do_deferred_repcat_admin('"SCOTT_LAST"', FALSE); <br> <br> 50 05-DEC-00 17:56:54 05-DEC-0018:06:54 N 0
<br>dbms_repcat.do_deferred_repcat_admin('"SCOTT_SK"', FALSE); <br> <p>3 rows selected. <p>Replication Status: <p><font color="#3366FF">select sname, master, status from sys.dba_repcat;</font>
<br>-------------------- - ---------
<br>-------------------- ----------------------------------- ---------<p>SCOTT_SK TABLE SCOTT.S VALID
<p>3 rows selected. <p>Thanks and Regards <br>suganya <br> <br> <br> <br> <br> <br> <p>"Weerd Kirsten, E.C. de" wrote: <blockquote TYPE=CITE>Hi, <p> I asked for a script, andhave recevied several for which I thank
<br>the mass ??? <p>Greets, <p>Kirsten <br>-- <br>Please see the official ORACLE-L FAQ: <a href="http://www.orafaq.com">http://www.orafaq.com</a> <br>-- <br>Author: Weerd Kirsten, E.C. de <br> INET: Kirsten.deWeerd_at_Oranjewoud.nl <p>Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
<br>-------------------------------------------------------------------- <br>To REMOVE yourself from this mailing list, send an E-Mail message<br>to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in <br>the message BODY, include a line containing: UNSUB ORACLE-L Received on Tue Dec 05 2000 - 06:42:44 CST
![]() |
![]() |