OFS环境,删除Resource 时出现错误失败,应该如何继续

简介:
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.







本文转自健哥的数据花园博客园博客,原文链接:http://www.cnblogs.com/gaojian/p/7569008.html,如需转载请自行联系原作者


目录
相关文章
|
4月前
|
Java Shell API
【Azure 环境】Update-MgEntitlementManagementAccessPackageAssignmentPolicy 命令执行时候遇见的 No HTTP Resource was found 问题分析
【Azure 环境】Update-MgEntitlementManagementAccessPackageAssignmentPolicy 命令执行时候遇见的 No HTTP Resource was found 问题分析
|
5月前
|
前端开发
若依修改,配置了一个接口路径出现了,如何放通接口{ “msg“: “请求访问:/code/list,认证失败,无法访问系统资源“, “code“: 401}
若依修改,配置了一个接口路径出现了,如何放通接口{ “msg“: “请求访问:/code/list,认证失败,无法访问系统资源“, “code“: 401}
若依修改,路径{“msg“:“请求访问:/code/selectById/2,认证失败,无法访问系统资源“,“code“:401}
若依修改,路径{“msg“:“请求访问:/code/selectById/2,认证失败,无法访问系统资源“,“code“:401}
|
监控
Parallels Desktop 17.1.1 操作失败(执行该操作失败) 解决方案
Parallels Desktop 17.1.1 操作失败(执行该操作失败) 解决方案乳请看下文
140 1
|
Java Spring
@Resource注意事项
@Resource注意事项
|
JSON 监控 JavaScript
IE8:由于出现错误 80020101 而导致此项操作无法完成...........
IE8:由于出现错误 80020101 而导致此项操作无法完成...........
414 0
|
Java 数据库连接 API
try-with-resource:自动地关闭资源
try-with-resource:自动地关闭资源
532 0
|
Ubuntu Shell
ros安装的时候出现hash值校验失败的错误的解决方法
ros安装的时候出现hash值校验失败的错误的解决方法
|
SQL 安全 数据库
基于令牌的服务器访问验证失败,出现基础结构错误。请检查以前的错误
一数据库服务器(SQL Server 2014)上的一个作业执行报错,具体错误信息如下:   Executed as user: NT SERVICE\SQLSERVERAGENT. 用户 'xxxx\xxxxx$' 登录失败。
1949 0
基于令牌的服务器访问验证失败,出现基础结构错误。请检查以前的错误
|
Oracle 关系型数据库 数据库