ORA-02055, trying to refresh a replication group.

  • From: Jose Luis Delgado <joseluis_delgado@xxxxxxxxx>
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Fri, 20 Aug 2004 09:13:39 -0700 (PDT)

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



                
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts:

  • » ORA-02055, trying to refresh a replication group.