Oracle® Database Gateway Installation and Configuration Guide 11g Release 1 (11.1) for AIX 5L Based Systems (64-Bit), HP-UX PA-RISC (64-Bit), Solaris Operating System (SPARC 64-Bit), Linux x86, and Linux x86-64 Part Number B31042-02 |
|
|
View PDF |
If you decide to remove the Oracle Database Gateway, perform the following steps:
Stop the following process: Oracle Net Listener using the following command:
ORACLE_HOME/bin/lsnrctl stop
Log in as the oracle user:
$ su - oracle
Set the ORACLE_HOME environment variable to specify the path of the Oracle home that you want to remove:
Bourne, Bash, or Korn shell:
$ ORACLE_HOME=/u01/app/oracle/product/11.1.0/db_1; export ORACLE_HOME
C shell:
$ setenv ORACLE_HOME /u01/app/oracle/product/11.1.0/db_1
Start the Installer as follows:
$ $ORACLE_HOME/oui/bin/runInstaller
Step through the Oracle Universal Installer. Use the prompts listed in Table 17-1, "Steps to Deinstall the Oracle Database Gateway Using Oracle Universal Installer" as a guide for removing, following the instructions in the Response column.
Table 17-1 Steps to Deinstall the Oracle Database Gateway Using Oracle Universal Installer
Prompt | Response |
---|---|
1. Oracle Universal Installer: Welcome |
Click Deinstall Products. |
2. Inventory |
You may either choose to remove all products that you may have installed at the time of your original gateway installation, or you may choose to remove only an instance of Oracle Database Gateway.
|
3. Confirmation |
Click Yes. |
4. Inventory |
Click Close. |
5. Oracle Universal Installer: Welcome |
Click Cancel. |
6. Exit |
Click Yes. |
The Oracle Database Gateway is now removed.
When the Oracle Universal Installer confirms that the deinstallation has ended, verify that the removal procedure was successful. To do this, read the contents of the deinstallation log file, which is located in the C:\Program Files\Oracle\Inventory\logs
directory.
The default file name is InstallActionsYYYY-MM-DD_HH-mm-SS-AM/PM.log, where:
These variables in the log file name represent the date and time the product was removed.
The only files that are removed are those that were copied to the ORACLE_HOME
directory during the gateway installation. You must remove any other related files manually, including deleting listener.ora
and tnsnames.ora
entries relating to the gateway, dropping database links.