安装环境:
SuSE Linux Enterprise Server 11 SP3
Oracle 11g 11.2.0.3
 
卸载步骤:
1.卸载 Database 软件(oracle,第一节点)
(1).运行 $ORACLE_HOME/deinstall/deinstall 脚本。
(2).按照导航执行如下。
(2-1).Specify the list of database names that are configured in this Oracle home []: 
注意:输入数据库名称,如果还未建库,则可缺省。
(2-2).Oracle Grid Infrastructure Home is: /u01/11.2.0/grid
The cluster node(s) on which the Oracle home deinstallation will be performed are:anxeccora01,anxeccora02
Oracle Home selected for deinstall is: /u01/app/oracle/product/11.2.0/db_1
Inventory Location where the Oracle home registered is: /u01/app/oraInventory
No Enterprise Manager configuration to be updated for any database(s)
No Enterprise Manager ASM targets to update
No Enterprise Manager listener targets to migrate
Checking the config status for CCR
anxeccora01 : Oracle Home exists with CCR directory, but CCR is not configured
anxeccora02 : Oracle Home exists with CCR directory, but CCR is not configured
CCR check is finished
Do you want to continue (y - yes, n - no)? [n]:
注意: 环境检查正常,输入 y 则继续删除操作。
2.检查 Database 软件卸载结果(oracle,每个节点)
查看 $ORACLE_HOME 目录是否已经被删除。如删除则说明卸载完毕。
3.卸载 Grid Infrastructure 软件(grid & root,第一节点 & 每个节点)
a.运行卸载脚本(grid,第一节点)
运行 $GI_HOME/deinstall/deinstall 脚本。
b.删除监听、ASM(grid,第一节点)
按照导航执行如下。
(1).Specify all RAC listeners (do not include SCAN listener) that are to be de-configured [LISTENER]:
注意:输入监听名称,请勿输入 SCAN 监听名称。
(2).Automatic Storage Management (ASM) instance is detected in this Oracle home /u01/11.2.0/grid.
ASM Diagnostic Destination : /u01/app/oracle
ASM Diskgroups : +ARCH,+DATA,+OCR_VOTE
ASM diskstring : <Default>
Diskgroups will be dropped
De-configuring ASM will drop all the diskgroups and it's contents at cleanup time. This will affect all of the databases and ACFS that use this ASM instance(s).
 If you want to retain the existing diskgroups or if any of the information detected is incorrect, you can modify by entering 'y'. Do you  want to modify above information (y|n) [n]: 
注意: 检查 ASM 配置,输入 n 则按当前参数删除 ASM。
(3).Oracle Grid Infrastructure Home is: /u01/11.2.0/grid
The cluster node(s) on which the Oracle home deinstallation will be performed are:anxeccora01,anxeccora02
Oracle Home selected for deinstall is: /u01/11.2.0/grid
Inventory Location where the Oracle home registered is: /u01/app/oraInventory
Following RAC listener(s) will be de-configured: LISTENER
ASM instance will be de-configured from this Oracle home
Do you want to continue (y - yes, n - no)? [n]:
注意: 环境检查正常,输入 y 则继续删除操作。
c.删除 CRS 配置(root,每个节点)
注意:按照导航执行如下。
(1).The deconfig command below can be executed in parallel on all the remote nodes. Execute the command on  the local node after the execution completes on all the remote nodes.
 
Run the following command as the root user or the administrator on node "anxeccora02".
 
/tmp/deinstall2016-10-25_04-06-46PM/perl/bin/perl -I/tmp/deinstall2016-10-25_04-06-46PM/perl/lib -I/tmp/deinstall2016-10-25_04-06-46PM/crs/install /tmp/deinstall2016-10-25_04-06-46PM/crs/install/rootcrs.pl -force  -deconfig -paramfile "/tmp/deinstall2016-10-25_04-06-46PM/response/deinstall_Ora11g_gridinfrahome1.rsp"
 
Run the following command as the root user or the administrator on node "anxeccora01".
 
/tmp/deinstall2016-10-25_04-06-46PM/perl/bin/perl -I/tmp/deinstall2016-10-25_04-06-46PM/perl/lib -I/tmp/deinstall2016-10-25_04-06-46PM/crs/install /tmp/deinstall2016-10-25_04-06-46PM/crs/install/rootcrs.pl -force  -deconfig -paramfile "/tmp/deinstall2016-10-25_04-06-46PM/response/deinstall_Ora11g_gridinfrahome1.rsp" -lastnode
 
Press Enter after you finish running the above commands
注意:应先在远端节点执行脚本,最后在本地节点执行脚本。执行脚本成功后,输入回车键。
d.删除残留文件(root,每个节点)
更具导航执行。
Run 'rm -rf /etc/oraInst.loc' as root on node(s) 'anxeccora01,anxeccora02' at the end of the session.
Run 'rm -rf /opt/ORCLfmap' as root on node(s) 'anxeccora01,anxeccora02' at the end of the session.
Run 'rm -rf /etc/oratab' as root on node(s) 'anxeccora01' at the end of the session.

Oracle-11g-R2 于 Linux 上的 RAC 卸载的更多相关文章

  1. Oracle 11g R2(11.2.0.4) RAC 数据文件路径错误解决--ORA-01157 ORA-01110: 数据文件

    Oracle 11g R2(11.2.0.1) RAC  数据文件路径错误解决--ORA-01157 ORA-01110: 数据文件 oracle 11g R2(11.2.0.4) rac--scan ...

  2. oracle 11g r2 使用rman进行迁移rac到rac

    源端服务器主机名 rac05 rac06公共IP地址(eth0) 10.15.8.15 10.15.8.16 虚拟IP地址(eth0) 10.15.8.17 10.15.8.18私有IP地址(eth1 ...

  3. oracle 11g r2 rac到单实例的dg

    oracle 11g r2 rac到单实例的dg 1 主备环境说明 rac环境--primary CentOS release 6.5 (Final)hostname rac1 rac2ip 10.* ...

  4. [转]Oracle 11g R2 RAC高可用连接特性 – SCAN详解

    原文地址:http://czmmiao.iteye.com/blog/2124373   昨天帮朋友解决11g RAC SCAN问题,当时为这朋友简单解答了一些SCAN特性相关的问题,但我知道这仅仅是 ...

  5. Oracle Linux 6.3下安装Oracle 11g R2(11.2.0.3)

    本文主要描写叙述了在Oracle Linux 6.3下安装Oracle 11gR2(11.2.0.3).从Oracle 11g開始,Oracle官方站点不再提供其Patch的下载链接,须要使用Meat ...

  6. Oracle 11G R2 RAC中的scan ip 的用途和基本原理【转】

    Oracle 11G R2 RAC增加了scan ip功能,在11.2之前,client链接数据库的时候要用vip,假如你的cluster有4个节点,那么客户端的tnsnames.ora中就对应有四个 ...

  7. Oracle 11g R2 RAC 高可用连接特性

    转自-阿里巴巴许春值 1.scan概念 什么叫 SCAN,SCAN (Single Client Access Name) 是 Oracle 从11g R2 开始推出的,客户端可以通过 SCAN 特性 ...

  8. 基于CentOS与VmwareStation10搭建Oracle11G RAC 64集群环境:4.安装Oracle RAC FAQ-4.7.Oracle 11G R2 RAC修改public网络IP

    问题:Linuxrac2节点的public网IP被占用,导致集群节点2无法访问 1.禁止相关CRS资源的启动,停止这些资源(vip,listener,scan,scan_listener,databa ...

  9. Linux 6.x 下Oracle 11g R2 安装配置

    Oracle 11g R2 数据库安装硬件配置要求: 最小内存 1 GB of RAM 虚拟内存容量,这个oracle也有要求,不用担心此时的swap分区不够oracle的要求 .虚拟内存swap如何 ...

随机推荐

  1. EF DataBase First生成model的验证

    如何避免在EF自动生成的model中的DataAnnotation被覆盖掉 相信很多人刚接触EF+MVC的时候,DataBase First模式生成model类中加验证信息的时候,会在重新生成mode ...

  2. 修改placeholder属性

    input::-webkit-input-placeholder{ font-size:12px;}input:-ms-input-placeholder{ font-size:12px;}input ...

  3. LeetCode: Next Permutation & Permutations1,2

    Title: Implement next permutation, which rearranges numbers into the lexicographically next greater ...

  4. 专题:Windows编译x264、SDL、faac、ffmpeg过程

    Windows上编译ffmpeg完整过程,包括编译x264.SDL.faac.在Windows上编译ffmpeg需要用MinGW+msys,本专题用于记录编译过程中遇到的各种问题及解决方法,转载请注明 ...

  5. WdatePicker的一些用法

    在选择日期之后,再执行自己的另一个函数   onpicked: function () { LoadData(); }  <input type="text" class=& ...

  6. CXF之六 自定义拦截器

    CXF已经内置了一些拦截器,这些拦截器大部分默认添加到拦截器链中,有些拦截器也可以手动添加,如手动添加CXF提供的日志拦截器.也可以自定义拦截器,CXF中实现自定义拦截器很简单,只要继承Abstrac ...

  7. IOS UIScrollView中 使用 touch 无法响应的问题

    添加一个 Category  然后在使用到 UIScrollView 的文件里面 导入这个头文件 就可以 // //  UIScrollView+UITouch.m //  alarm // //  ...

  8. storm,hbase和storm-kafka-0.8-plus兼容性问题

    1  org.slf4j.impl.StaticLoggerBinder.SINGLETON错误 方案: 确保slf4j-api-1.5.6.jar 和slf4j-log4j12-1.5.6.jar ...

  9. CTS FAIL(一)

    首先简单介绍下CTS:全称Compatibility Test Suite,通过CTS测试,来检测android apk与android系统的兼容性. 最近公司release一版新的Image,但在新 ...

  10. FLEX实现两侧边栏固定中间自适应布局

    <style type="text/css"> #outer{ display: flex; width: 100%; flex-flow: row nowrap; } ...