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.

最新文章

  1. 谈谈rem
  2. 个人作业-Week3
  3. simplexml_load_string 解析xml
  4. ios 中清除webView的缓存
  5. JavaWeb学习记录(三)——网页中文编码问题
  6. JavaScript入门基础
  7. 仿酷狗音乐播放器开发日志十一——CTreeNodeUI的bug修复
  8. 把CheckedListBoxControl设置为单选框
  9. 'vt100': unknown terminal type.
  10. [Twisted] Test
  11. HDU-1391 Number Steps
  12. 一个支持实时预览的在线 Markdown 编辑器 - Markdoc
  13. bzoj2015 [Usaco2010 Feb]Chocolate Giving
  14. Codeforces 486B - OR in Matrix
  15. POJ 3481 & HDU 1908 Double Queue (map运用)
  16. 【SSH系列】hibernate映射 -- 一对一双向关联映射
  17. 2018-2019 20165237网络对抗 Exp5 MSF基础应用
  18. 转://Window下安装Oracle ASM单实例数据库
  19. Jquery触发Change事件
  20. 关于JAVA项目中的常用的异常处理

热门文章

  1. 如何在单元测试时隔离ORM
  2. Spring 笔记 -06- 从 MySQL 建库到 登录验证数据库信息(maven)
  3. Java 装饰器模式详解
  4. 软件工程-XP方法十二个最佳实践
  5. Jenkins 角色 项目权限管理
  6. Spring Boot session与cookie的使用
  7. 【Alpha 冲刺】 12/12
  8. 获取QQ头像接口
  9. 2018-2019-2 20165302 《网络对抗技术》Exp4 恶意代码分析
  10. WorldWind源码剖析系列:挂件类Widgets