Chinaunix首页 | 论坛 | 博客
  • 博客访问: 708015
  • 博文数量: 127
  • 博客积分: 2032
  • 博客等级: 大尉
  • 技术积分: 1446
  • 用 户 组: 普通用户
  • 注册时间: 2007-07-04 10:20
文章分类

全部博文(127)

分类: Oracle

2012-12-14 09:34:27

1: 停数据库

 

SQL*Plus: Release 11.2.0.3.0 Production on Mon Apr 9 15:22:13 2012

Copyright (c) 1982, 2011, Oracle.  All rights reserved.

Enter user-name: /as sysdba

Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL>

2: 停监听和EM

 

 [oracle@cloud ~]$ lsnrctl stop

 [oracle@cloud ~]$ emctl  stop  dbconsole

3: 停止http服务

 [root@cloud ~]# service httpd stop

4: 删除安装目录

 [root@cloud ~]#rm -rf  /u01/app/oracle

5: 将/usr/bin下的文件删除

 { oracle]# cd /usr/local/bin
[root@cloud bin]# ls
coraenv  dbhome  oraenv
[root@cloud bin]# rm -rf *

 

6: 将/etc/oraInst.loc删除
[root@cloud etc]# rm /etc/oraInst.loc

 

7: 将oracle用户和用户组删除
[root@cloud etc]# userdel -r oracle
[root@cloud etc]# groupdel oinstall
[root@cloud etc]# groupdel dba

阅读(3441) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~