Hi to all!
I m facing a problem in Oracle 8 Advance Replication.
The following error is occured:
"no data found".
actually if u issue any updation on a row from one site. and meanwhile if u issue any updation from 2nd site on a same row then above error is occured.
For example:
@site 1:
UPDATE EMP SET ENAME='FARRUKH' WHERE EMPNO=3123;
@site 2:
UPDATE EMP SET JOB='DBA' WHERE EMPNO=3123;
If you issue both commands on same row during same job interval then oracle will give this message and your statement will not be executed.
And it shows in errors.
Bookmarks