博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
OFS环境,删除Resource 时出现错误失败,应该如何继续
阅读量:4876 次
发布时间:2019-06-11

本文共 800 字,大约阅读时间需要 2 分钟。

From the Windows failover cluster manager,

select the group listener, stop it, and delete it.  
Do the same thing for the database.
Pick a node that will "own" the database.  
Then, on the remaining nodes, execute the following command at a CMD prompt:
 oradim -SID {sid} -DELETE
On all nodes execute the following command
 sc delete {Windows service name for listener}
Edit the listener.ora and remove the declaration for the group listener.  
Do this on all nodes.
Edit the tnsnames.ora on the nodes
that won't own the db and remove all entries that reference the database.
Edit the tnsnames.ora on the node that owns the database
and modify the address list for the database so that it contains the address of the local node.
That should clean things up.

转载于:https://www.cnblogs.com/gaojian/p/7569008.html

你可能感兴趣的文章
textarea在ie中focus不起作用
查看>>
User Get 'Access Denied' with Excel Service WebPart
查看>>
C# 读取WAV文件(详细)
查看>>
Sqoop2搭建及使用
查看>>
Git闪退问题
查看>>
Linux命令
查看>>
Android UI线程和非UI线程
查看>>
hdu 2058
查看>>
【10.26校内测试】【状压?DP】【最小生成树?搜索?】
查看>>
单例模式概念
查看>>
使用主密钥和钱包方法加密数据
查看>>
API测试利器Postman简介
查看>>
简单四则运算表达式的java实现(1)
查看>>
django
查看>>
看paper的网址
查看>>
myna代码
查看>>
条款18 让接口容易使用,不易被误用
查看>>
SpringBoot定时任务
查看>>
获取磁盘空间
查看>>
Chap1 引言[The Linux Command Line]
查看>>