Thread2 is active though Instance2 is down
585629Oct 19 2007 — edited Oct 19 2007We have a 3 node RAC and the database name is 'casp' and instances are casp1, casp2 and casp3. Currently only casp2 is active but crsstat shows casp3 Target ONLINE and State OFFLINE.
HA Resource Target State
----------- ------ -----
ora.casp_cdc.casp1.inst OFFLINE OFFLINE
ora.casp_cdc.casp2.inst ONLINE ONLINE on rmodbp05
ora.casp_cdc.casp3.inst ONLINE OFFLINE
ora.casp_cdc.db ONLINE ONLINE on rmodbp07
I also see thread1 being active though TARGET and STATE shows OFFLINE. Both thread1 and thread2 logs are being shipped to standby database even though casp1 is down.
SQL> select THREAD#, max(SEQUENCE#)
from v$archived_log group by THREAD#; 2
THREAD# MAX(SEQUENCE#)
---------- --------------
1 22398
2 34047
Message was edited by:
Sudhir Gattu