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!

unable to disable a thread htat belongs to a long gone RAC node

Orna WeismanApr 29 2013 — edited May 1 2013
I have a two RAC instance , that one upon a time used to have 3 nodes.
thread#3 is marked as 'CLOSED' on v$thread.

there are two log files associated with that thread.
I want to disable that thread and get rid of these two log files ( this is needed as preparation to a switchover yo my dataguard )

However , the logfiles are long gone , so when I try to disable the thread I get :

SQL> ALTER DATABASE disable THREAD 3;
ALTER DATABASE disable THREAD 3
*
ERROR at line 1:
ORA-00313: open failed for members of log group 30 of thread 3
ORA-00312: online log 30 thread 3: '/q01/oradata/timst/redo30a.log'
ORA-17503: ksfdopn:4 Failed to open file /q01/oradata/timst/redo30a.log
ORA-17500: ODM err:File does not exist


How can I get rid of that thread and its redo log files ?

version is 10.2.0.4 on SPARC Solaris
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 29 2013
Added on Apr 29 2013
13 comments
1,611 views