Skip Headers
Oracle® Fusion Middleware Installation Guide for Oracle Web Tier
11g Release 1 (11.1.1)
E14260-02
  Go To Documentation Library
Library
Go To Product List
Product
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
 

3 Deinstalling Oracle Web Tier

This chapter describes how to remove Oracle Web Tier from your system.

You should always use the instructions provided in this chapter for removing the software. If you try to remove the software manually, you may experience problems when you try to reinstall the software again at a later time. Following the procedures in this chapter will ensure that the software is properly removed. See Section 3.3, "Reinstallation" for more information.

3.1 Deinstallation Options

The Oracle Web Tier deinstaller gives you the following software removal options:

In order to properly deinstall Oracle Web Tier, you must perform the following in orderr:

  1. Start the deinstaller (Section 3.2.1, "Starting the Deinstaller").

  2. Remove all managed and unmanaged Oracle Instances ().

  3. Run the deinstaller again to remove the Web Tier Oracle Home ().

  4. Perform any manual deinstallation steps that are required ().

3.2 Deinstallation Instructions

Follow the instructions in this section to remove Oracle Web Tier.

3.2.1 Starting the Deinstaller

Go to the Web_Tier_ORACLE_HOME/oui/bin (on UNIX operating systems) or Web_Tier_ORACLE_HOME\oui\bin (on Windows operating systems) directory and start the deinstaller.

On UNIX operating systems:

./runInstaller -deinstall

On Windows operating systems:

setup.exe -deinstall

On Windows systems, you can also start the deinstaller from the Start menu. For example, you might select Programs > Oracle Web Tier 11g - Home1 > Uninstall.

3.2.2 Removing Your Oracle Instances

All managed and unmanaged Oracle Instances must be removed from the system before you remove the Web Tier Oracle Home.

If you associated your components with a WebLogic domain during installation, follow the instructions in Table 3-1 to deinstall your managed instances:


Note:

If you want to remove an Oracle instance which is registered with a WebLogic domain, make sure to launch the deinstaller from Oracle Home directory that is associated with the Oracle instance you are removing.

The deinstaller will list all instances associated with same WebLogic domain; make sure you choose to remove the instances that are associated with the Oracle Home from where you launched the deinstaller only.


Table 3-1 Removing Managed Instances Flow

No. Screen Description and Action Required

1

Welcome Screen


Click Next to continue.

2

Select Deinstallation Type Screen


Select Deinstall AS Instances managed by WebLogic Domain.

3

Specify WebLogic Domain Detail Screen


Specify the credentials of your WebLogic Domain.

Click Next to continue.

4

Select Managed Instance Screen


Select the managed instance you want to deinstall.

Click Next to continue.

5

Deinstall Summary Screen (Managed Instance)


Verify the information on this screen.

Click Deinstall to continue.

6

Deinstall Progress Screen


This screen shows the progress and status of the deinstallation.

7

Deinstall Complete Screen


Click Finish to dismiss the screen.


If you did not associate your components with a WebLogic domain during installation, follow the instructions in Table 3-2 to deinstall your unmanaged instances:

Table 3-2 Removing Unmanaged Instances Flow

No. Screen Description and Action Required

1

Welcome Screen


Click Next to continue.

2

Select Deinstallation Type Screen


Select Deinstall Unmanaged ASInstances.

3

Specify AS Instance Location Screen


Specify the location of your unmanaged Oracle Instance.

Click Next to continue.

4

Deinstall Summary Screen (Unmanaged Instance)


Verify the information on this screen.

Click Deinstall to continue.

5

Deinstall Progress Screen


This screen shows the progress and status of the deinstallation.

6

Deinstall Complete Screen


Click Finish to dismiss the screen.


3.2.3 Removing Your Web Tier Oracle Home

After all managed and unmanaged Web Tier instances have been removed, start the deinstaller again (Section 3.2.1, "Starting the Deinstaller") and follow the instructions in Table 3-3 to remove your Web Tier Oracle Home.

Table 3-3 Removing the Web Tier Oracle Home Flow

No. Screen Description and Action Required

1

Welcome Screen


Click Next to continue.

2

Select Deinstallation Type Screen


Select Deinstall Oracle Home.

3

Deinstall Oracle Home Screen


Verify the Oracle Home directory that is about the be deinstalled.

Click Next to continue.

4

Deinstall Progress Screen


This screen shows the progress and status of the deinstallation.

5

Deinstall Complete Screen


Click Finish to dismiss the screen.


After this is done, you must manually remove the Web Tier Oracle Home directory and all sub-directories. For example, if your Web Tier Oracle Home directory was /home/Oracle/Middleware/Oracle_WT1 on a UNIX operating system:

> cd /home/Oracle/Middleware
> rm -rf Oracle_WT1

On a Windows operating system, if your Web Tier Oracle Home directory was C:\Oracle\Middleware\Oracle_WT1, use a file manager window and navigate to the C:\Oracle\Middleware directory, then right-click on the Oracle_WT1 folder and select Delete.

3.2.4 Removing Your Oracle Common Home

This section describes how to remove the oracle_common directory. This directory contains its own deinstaller in oui/bin (on UNIX operating systems) or oui\bin (on Windows operating systems), just like any other Oracle Home directory.

Before you begin, you must:

  1. Stop all processes that use the oracle_common directory.

  2. Remove all Oracle Instances (see Section 3.2.2, "Removing Your Oracle Instances").

  3. Remove the Oracle Home directory (see Section 3.2.3, "Removing Your Web Tier Oracle Home").

To start the deinstaller, navigate to the MW_HOME/oracle_common/oui/bin (on UNIX operating systems) or MW_HOME\oracle_common\oui\bin (on Windows operating systems) directory and start the deinstaller.

The deinstaller requires the location of a Java Runtime Environment (JRE) on your system. When the Middleware Home directory was created (Section A.6, "Specify Installation Location Screen"), a JRE was installed on your system. You can use this location (the location of the jre directory) to start the deinstaller. The default location for the JRE is MW_HOME/jdk160_14_R27.6.4-18 (on UNIX operating systems) or MW_HOME\jdk160_14_R27.6.4-18 (on Windows operating systems), where MW_HOME is the Middleware Home directory.

On UNIX operating systems:

./runInstaller -deinstall -jreLoc JRE_LOCATION

On Windows operating systems:

setup.exe -deinstall -jreLoc JRE_LOCATION

You must specify the absolute path to your JRE_LOCATION; relative paths will not work.

After the deinstaller is started, follow the instructions in Table 3-3 to remove the Oracle Common Home.

3.3 Reinstallation

The installer does not allow reinstallation of Oracle Web Tier in a directory that already contains an Oracle instance. To reinstall Web Tier in the same directory as before, you must:

  1. Follow the instructions in Section 3.2.2, "Removing Your Oracle Instances" to remove all Oracle instances from the directory.

  2. Follow the instructions in Chapter 2, "Installing Oracle Web Tier" to reinstall the software.