卸载oracle 11g数据库软件
卸载oracle,从11g开始使用deinstall卸载数据库软件可以干净卸掉oracle
$ cd $ORACLE_HOME/deinstall$ ls -ltotal 152-rwxr-xr-x 1 oracle oinstall 9780 May 10 2011 bootstrap.pl-rwxr-xr-x 1 oracle oinstall 9648 Jun 24 16:30 deinstall-rwxr-xr-x 1 oracle oinstall 18475 Jun 9 2011 deinstall.pl-rw-r--r-- 1 oracle oinstall 3466 Aug 18 2010 deinstall.xmldrwxr-xr-x 2 oracle oinstall 96 Jun 24 16:21 jlib-rw-r--r-- 1 oracle oinstall 409 Aug 18 2010 readme.txtdrwxr-xr-x 2 oracle oinstall 96 Jun 24 16:21 response-rwxr-xr-x 1 oracle oinstall 32343 Dec 16 2009 sshUserSetup.sh$ ./deinstallChecking for required files and bootstrapping ...Please wait ...Location of logs /oracle/app/oraInventory/logs/############ ORACLE DEINSTALL & DECONFIG TOOL START ##################################### CHECK OPERATION START ########################### [START] Install check configuration ##Checking for existence of the Oracle home location /oracle/app/11.2.0/oracleOracle Home type selected for deinstall is: Oracle Single Instance DatabaseOracle Base selected for deinstall is: /oracle/app/11.2.0Checking for existence of central inventory location /oracle/app/oraInventoryChecking for sufficient temp space availability on node(s) : 'OFCS2BJ'## [END] Install check configuration ##Network Configuration check config STARTNetwork de-configuration trace file location: /oracle/app/oraInventory/logs/netdc_check2015-06-25_09-22-51-AM.logNetwork Configuration check config ENDDatabase Check Configuration STARTDatabase de-configuration trace file location: /oracle/app/oraInventory/logs/databasedc_check2015-06-25_09-22-54-AM.logUse comma as separator when specifying list of values as inputSpecify the list of database names that are configured in this Oracle home []: OFCS2BJ1###### For Database 'OFCS2BJ1' ######Specify the type of this database (1.Single Instance Database|2.Oracle Restart Enabled Database) [1]:Specify the diagnostic destination location of the database [/oracle/app/11.2.0/diag/rdbms/ofcs2bj1]:Specify the storage type used by the Database ASM|FS []: ASMDatabase Check Configuration ENDEnterprise Manager Configuration Assistant STARTEMCA de-configuration trace file location: /oracle/app/oraInventory/logs/emcadc_check2015-06-25_09-24-08-AM.logChecking configuration for database OFCS2BJ1Enterprise Manager Configuration Assistant ENDOracle Configuration Manager check STARTOCM check log file location : /oracle/app/oraInventory/logs//ocm_check3994.logOracle Configuration Manager check END######################### CHECK OPERATION END ################################################ CHECK OPERATION SUMMARY #######################Oracle Home selected for deinstall is: /oracle/app/11.2.0/oracleInventory Location where the Oracle home registered is: /oracle/app/oraInventoryThe following databases were selected for de-configuration : OFCS2BJ1Database unique name : OFCS2BJ1Storage used : ASMNo Enterprise Manager configuration to be updated for any database(s)No Enterprise Manager ASM targets to updateNo Enterprise Manager listener targets to migrateChecking the config status for CCROracle Home exists with CCR directory, but CCR is not configuredCCR check is finishedDo you want to continue (y - yes, n - no)? [n]: yA log of this session will be written to: '/oracle/app/oraInventory/logs/deinstall_deconfig2015-06-25_09-22-46-AM.out'Any error messages from this session will be written to: '/oracle/app/oraInventory/logs/deinstall_deconfig2015-06-25_09-22-46-AM.err'######################## CLEAN OPERATION START ########################Enterprise Manager Configuration Assistant STARTEMCA de-configuration trace file location: /oracle/app/oraInventory/logs/emcadc_clean2015-06-25_09-24-08-AM.logUpdating Enterprise Manager ASM targets (if any)Updating Enterprise Manager listener targets (if any)Enterprise Manager Configuration Assistant ENDDatabase de-configuration trace file location: /oracle/app/oraInventory/logs/databasedc_clean2015-06-25_09-24-13-AM.logDatabase Clean Configuration START OFCS2BJ1This operation may take few minutes.Database Clean Configuration END OFCS2BJ1Network Configuration clean config STARTNetwork de-configuration trace file location: /oracle/app/oraInventory/logs/netdc_clean2015-06-25_09-24-52-AM.logDe-configuring backup files...Backup files de-configured successfully.The network configuration has been cleaned up successfully.Network Configuration clean config ENDOracle Configuration Manager clean STARTOCM clean log file location : /oracle/app/oraInventory/logs//ocm_clean3994.logOracle Configuration Manager clean ENDSetting the force flag to falseSetting the force flag to cleanup the Oracle BaseOracle Universal Installer clean STARTDetach Oracle home '/oracle/app/11.2.0/oracle' from the central inventory on the local node : DoneDelete directory '/oracle/app/11.2.0/oracle' on the local node : DoneThe Oracle Base directory '/oracle/app/11.2.0' will not be removed on local node. The directory is in use by Oracle Home '/oracle/app/11.2.0/grid'.Oracle Universal Installer cleanup was successful.Oracle Universal Installer clean END## [START] Oracle install clean ##Clean install operation removing temporary directory '/oracle/tmp/deinstall2015-06-25_09-22-06AM' on node 'OFCS2BJ'## [END] Oracle install clean ########################### CLEAN OPERATION END ################################################ CLEAN OPERATION SUMMARY #######################Successfully de-configured the following database instances : OFCS2BJ1Cleaning the config for CCRAs CCR is not configured, so skipping the cleaning of CCR configurationCCR clean is finishedSuccessfully detached Oracle home '/oracle/app/11.2.0/oracle' from the central inventory on the local node.Successfully deleted directory '/oracle/app/11.2.0/oracle' on the local node.Oracle Universal Installer cleanup was successful.Run 'rm -rf /opt/ORCLfmap' as root on node(s) 'OFCS2BJ' at the end of the session.Oracle deinstall tool successfully cleaned up temporary directories.#################################################################################### ORACLE DEINSTALL & DECONFIG TOOL END #############$ exitlogoutOFCS2BJ[/]#rm -rf /opt/ORCLfmap
卸载oracle 11g数据库软件的更多相关文章
- 完美完全卸载Oracle 11g数据库
Oracle 11g可在开始菜单中卸载,然后同时需要删除注册表中相关内容. 操作系统:windows10专业版. 卸载步骤: 1.停用oracle服务:进入计算机管理,在服务中,找到oracle开头的 ...
- 卸载oracle 11g grid软件
一,使用deinstall 同样,卸载grid软件在11g中也推出了了卸载工具deinstall卸载同卸载oracle数据库软件 具体可参考:Behaviour of the Oracle De-in ...
- 【Oracle】Windows 7下完全卸载Oracle 11g数据库
闲来无事,想把Oracle 11g重装一下,记录如下: (1)首先在服务中停止所有的Oracle服务: (2)开始 -> 程序 -> Oracle-OraDb11g_home1 - ...
- 卸载oracle 11g数据库
完全卸载oracle11g步骤:1. 开始->设置->控制面板->管理工具->服务 停止所有Oracle服务.2. 开始->程序->oracle - OraHome ...
- 在Windows 10上安装Oracle 11g数据库出现的问题及解决
在Windows 10上安装Oracle 11g数据库,并且很多次出现过:当安装的进度条进行到快要结束的时候弹出一个提示框.如下: [Java(TM)2 Platform Standard Editi ...
- Linux 完整卸载oracle和grid软件
本文主要描述如何在Linux下完全卸载oracle和grid软件. 操作环境 SuSE11 oracle用户完整删除操作步骤 1.登录oracle用户,停止Oracle数据库监听和数据库实例 orac ...
- PL/SQL Developer工具包和InstantClient连接Oracle 11g数据库
一.前言 PLSQL Developer是Oracle数据库开发工具,很牛也很好用,PLSQL Developer功能很强大,可以做为集成调试器,有SQL窗口,命令窗口,对象浏览器和性能优化等功能. ...
- 在Windows10系统下安装Oracle 11g数据库
在Windows10系统下安装Oracle 11g数据库 https://blog.csdn.net/wei1992_6/article/details/60054727
- oracle 11g 数据库恢复技术 ---02 控制文件
oracle 11g 数据库恢复技术 ---02 控制文件 SYS@ orcl >show parameter control_file NAME TYPE VALUE ------------ ...
随机推荐
- AVA正则表达式4种常用功能
正则表达式在字符串处理上有着强大的功能,sun在jdk1.4加入了对它的支持 下面简单的说下它的4种常用功能: 查询: String str="abc efg ABC"; Str ...
- [Unity3D]UI界面之瞄准镜设置说明
9空格设计 : 比如说4个角的图案固定,拉伸的时候不受影响 通过设置 左上右下来: 通过创建Image对象,将设置好的图片关联到Source Image 调整瞄准镜跟随飞机, 注意这里设置的Z轴向量是 ...
- Python socket编程之八:阶段性总结
f1.py # -*- coding: utf-8 -*- import sqlalchemy import tushare import pandas import socket import st ...
- JavaScript 中 onload 事件绑定多个方法
当需要调用的方法较多时,我们可以进一步优化,编写一个专门用于绑定 onload事件的方法: function addLoadEvent(func) { //把现有的 window.onload 事件处 ...
- 【先定一个小目标】windows下安装RabbitMQ消息服务器
RabbitMQ是一个在AMQP基础上完整的,可复用的企业消息系统.他遵循Mozilla Public License开源协议. 1:安装RabbitMQ 需要先安装Erlang语言开发包.下载地址 ...
- Configuring Autofac to work with the ASP.NET Identity Framework in MVC 5
https://developingsoftware.com/configuring-autofac-to-work-with-the-aspnet-identity-framework-in-mvc ...
- 还原网站上压缩的js代码
还原网站上压缩的js代码 我们经常可以看到一些网站,把所需的javascript代码压缩成一行,就像下图这样 这种代码浏览器能读懂,但正常人是没法阅读的. 既然浏览器能读,浏览器当然也能还原这段代码. ...
- Android ExpandableGridView的实现
近期在做项目的时候碰到了这样一个布局 在android中有种实现折叠list方式是ExpandableListView 但是官方没有ExpandableGridView 那么怎么样用Expandab ...
- Libero 使用拾忆
使用Libero软件进行管脚分配的时候可以使用脚本语言,详细的使用说明见des_constraints_ug.pdf(在Libero安装目录下寻找) 如: set_io srame_oe -REGIS ...
- 11i和R12配置JAR包
R11:$IAS_ORACLE_HOME/Apache/Jserv/etc/jserv.properties R12: 方法1:直接解压JAR包放到$JAVA_TOP下: 方法2:编辑:$ORA_CO ...