ORA-02062: distributed recovery received DBID [message #606926] |
Thu, 30 January 2014 15:11 |
|
akshara
Messages: 9 Registered: January 2014
|
Junior Member |
|
|
Hello Everyone,
I found this error repeatedly in one of my db's alert log file.
ORA-02062: distributed recovery received DBID 232de21d, expected e2d7746c
I have 3 dblinks on this server,these are created before i got here,so i don't know how they are created.
why am i getting this error,i am new to dblinks and i don't know how to proceed.
can anyone please guide me?
Thank you.
|
|
|
|
|
|
|
|
|
|
Re: ORA-02062: distributed recovery received DBID [message #607200 is a reply to message #606972] |
Mon, 03 February 2014 12:54 |
|
akshara
Messages: 9 Registered: January 2014
|
Junior Member |
|
|
this error has started in 2010
Error 2068 trapped in 2PC on transaction 2.21.82515. Cleaning up.
Error stack returned to user:
ORA-02050: transaction 2.21.82515 rolled back, some remote DBs may be in-doubt
ORA-02068: following severe error from HANSEN
ORA-03135: connection lost contact
Thu Oct 21 10:22:16 2010
DISTRIB TRAN GIS.REGRESS.RDBMS.DEV.US.ORACLE.COM.9ca8f97d.2.21.82515
is local tran 2.21.82515 (hex=02.15.14253)
insert pending collecting tran, scn=817570634 (hex=0.30bb234a)
Thu Oct 21 10:22:16 2010
Errors in file /opt/oracle/admin/gis/bdump/gis_reco_27003.trc:
ORA-02062: distributed recovery received DBID 232de21d, expected e2d7746c
Thu Oct 21 10:22:16 2010
Errors in file /opt/oracle/admin/gis/bdump/gis_reco_27003.trc:
ORA-02062: distributed recovery received DBID 232de21d, expected e2d7746c
Thu Oct 21 10:22:16 2010
Errors in file /opt/oracle/admin/gis/bdump/gis_reco_27003.trc:
ORA-02062: distributed recovery received DBID 232de21d, expected e2d7746c
Thu Oct 21 10:22:16 2010
Errors in file /opt/oracle/admin/gis/bdump/gis_reco_27003.trc:
ORA-02062: distributed recovery received DBID 232de21d, expected e2d7746c
Thu Oct 21 10:22:16 2010
Errors in file /opt/oracle/admin/gis/bdump/gis_reco_27003.trc:
ORA-02062: distributed recovery received DBID 232de21d, expected e2d7746c
Thu Oct 21 10:22:16 2010
Errors in file /opt/oracle/admin/gis/bdump/gis_reco_27003.trc:
ORA-02062: distributed recovery received DBID 232de21d, expected e2d7746c
Thu Oct 21 10:22:16 2010
Errors in file /opt/oracle/admin/gis/bdump/gis_reco_27003.trc:
ORA-02062: distributed recovery received DBID 232de21d, expected e2d7746c
Thu Oct 21 10:22:16 2010
Errors in file /opt/oracle/admin/gis/bdump/gis_reco_27003.trc:
ORA-02062: distributed recovery received DBID 232de21d, expected e2d7746c
http://www.orafaq.com/forum/mv/msg/67115/185213/#msg_185213
i found this thread
1) SQL> select state, tran_comment, advice from dba_2pc_pending
2 where local_tran_id ='2.21.82515';
STATE
----------------
TRAN_COMMENT
--------------------------------------------------------------------------------
A
-
collecting
2) if i do commit or rollback,i don't think it's going to work it's more than 3 years now.
3)execute dbma_transaction.purge_lost_db_entry('2.21.82515');
if i do the 3rd step,does it effect other database?
please guide me.
Thanks!!
|
|
|
|
|