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 -> Re: Oracle 8i (8.1.7) Multi-Master Replication

Re: Oracle 8i (8.1.7) Multi-Master Replication

From: Eldad <eldad_at_mobilespear.com>
Date: Sun, 28 Apr 2002 14:27:06 +0200
Message-ID: <3CCBEA9A.3070402@mobilespear.com>


Heungsoon Yang wrote:
> Hi,
>
> I am configuring and testing oracle multi-master asynchronous
> replication.
> What I am wondering is about simulating synchronous replication by
> manipulating delay_seconds. I setup as manual but it doesn't work...
>
> Does anyone have actual experience on that?
>
> My configuration is
>
> job_queue_interval = 10
>
> DBMS_DEFER_SYS.SCHEDULE_PUSH(
> destination=>'PDS3',
> next_date=>sysdate + 1/1440,
> interval=>'sysdate + 1/(60*24)',
> stop_on_error=>false,
> delay_seconds=>120,
> parallelism=>2
> );
>
> Thanks in advances...

Did you set init.ora job processes to be at least 1 ? Received on Sun Apr 28 2002 - 07:27:06 CDT

Original text of this message

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