Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> ORA-02055, trying to refresh a replication group.
Hi!...
I'm trying to refresh a replication group with:
begin
dbms_refresh.refresh('"OWNER".'"REFRESH_GROUP"');
end;
/
after the above command I get:
ORA-02055: distributed update operation failed; rollback required.
The group is part of a: master-slave replication. i.e: Snapshot refresh only (at the snapshot site).
The rest of my groups are ok...
Any ideas?...
I'm looking at Metalink without luck...
TIA.
JL
![]() |
![]() |