Skip Headers
Oracle® Database Client Installation Guide
11g Release 1 (11.1) for Linux

Part Number B32003-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

5 Removing Oracle Software

This chapter describes how to completely remove all software from an Oracle home directory.

See Also:

If you want to remove an individual product, refer to the product-specific documentation for requirements and restrictions.

5.1 Removing Oracle Software

The following steps describe how to use Oracle Universal Installer to remove Oracle software from an Oracle home:

Note:

Always use Oracle Universal Installer to remove Oracle software. Do not delete any Oracle home directories without first using Oracle Universal Installer to remove the software.
  1. Log in as the oracle user:

    $ sudo - oracle
    
    
  2. Set the ORACLE_HOME environment variable to specify the path of the Oracle home directory that you want to remove:

    • Bourne, Bash, or Korn shell:

      $ ORACLE_HOME=/u01/app/oracle/product/11.1.0/client_1 
      $ export ORACLE_HOME
      
      
    • C shell:

      $ setenv ORACLE_HOME /u01/app/oracle/product/11.1.0/client_1
      
      
  3. Start Oracle Universal Installer as follows:

    $ $ORACLE_HOME/oui/bin/runInstaller
    
    
  4. In the Welcome window, click Deinstall Products.

    The Inventory screen appears, listing all of the Oracle homes on the system.

  5. In the Inventory screen, select the Oracle home and the products that you want to remove, then click Remove.

    Oracle Universal Installer displays a confirmation window asking you to confirm that you want to deinstall the products and their dependent components.

  6. Click Yes.

    Oracle Universal Installer displays a progress indicator as it removes the software.

  7. Click Close on the Inventory screen.

  8. When the products have been deleted, click Cancel to exit from Oracle Universal Installer, and then click Yes.