Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Replication fail
Arek,
The "no data found" error commonly occurs if conflict resolution has not
been correctly enabled, and then you have data divergence between sites.
Here is a link to an application which writes the conflict resolution in
order to avoid this problem:
http://www.dotcomsolutionsinc.net/products/repgen/repgen_features_benefits.h
tml
You might want to look at the sample scripts on my web site (for Oracle
8.1.6 - 9.0.1):
http://www.dotcomsolutionsinc.net/products/repgen/repgen_files.html
Or you may download a demo version and look at the sample scripts on your
own computer:
http://www.dotcomsolutionsinc.net/downloads/demo_software/index.html
David Simpson
www.dotcomsolutionsinc.net
"Arkadiusz Malinowski" <am_sik_at_poczta.onet.pl> wrote in message
news:3f9f8f8f.0205240110.124e7fea_at_posting.google.com...
> Before turn off replication everythings work fine.
> After turn on replication again I have problem only on few tables:
> when I run i.e:
> Select * from tab WHERE ID=1
> 1 record selected
> when UPDATE tab SET pol1=12 WHERE ID=1
> I get error NO DATA FOUND
> when I turn off replication UPDATE works on each database
>
> Where find source of trouble, there is no info in logs.
>
> Database 8.1.6 on Solaris
> Replication multi master.
>
> thanks,
> Arek
Received on Fri May 24 2002 - 06:26:16 CDT
![]() |
![]() |