Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Thread2 is active though Instance2 is down

585629Oct 19 2007 — edited Oct 19 2007
We 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 16 2007
Added on Oct 19 2007
2 comments
701 views