Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 8i (8.1.7) Multi-Master Replication
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
![]() |
![]() |