|
|
最初由 wing hong 发布
[B]I did this on RAC 924 on RHAS 3.0 .
Basically
1. alter database drop logfile group x ( the group number your to-be-deleted-node corresponds to , and drop all the logfile group that it used )
2. alter database disable public thread x ( thread number your to-be-deleted-node corresponds to )
And change the init file reference to the old instance, delete the undo tablespace used by that old instance,
and offcourse, if you use gsd and srvcntl , delete from there too. [/B]
select inst_id , thread# , status from gv$thread
1 1 1 OPEN
2 1 2 OPEN
3 1 3 CLOSED
4 2 1 OPEN
5 2 2 OPEN
6 2 3 CLOSED
线程3的状态已经是closed了! |
|