Manually uninstall Oracle databases on Linux

Source: Internet
Author: User

Manually uninstall the Oracle Database System Environment on Linux: Red Hat Enterprise Linux Server release 5.5 (Tikanga) Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 steps are as follows: 1. stop all Oracle processes $ sqlplus/as sysdba // for asm instance $ sqlplus/as sysasm SQL> shutdonw immediate $ lsnrctl stop 2. delete the Oracle installation directory # rm-rf/u01/app 3. delete related users and user groups # userdel-r oracle # groupdel oinstall # groupdel dba # groupdel users // for asm instance # userdel-r grid # groupdel asmadmin # groupdel asmdba # groupdel asmoper 4. delete the configuration file # rm-rf/etc/oratab # rm-rf/etc/oraInst. loc # rm-rf/usr/local/bin/dbhome # rm-rf/usr/local/bin/oraenv # rm-rf/usr/local/bin/coraenv // grid RAC # rm-rf/etc/oracle # rm-rf/etc/init. d/init. ohasd

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.