4 Performing Post-Installation Tasks

The following sections describe the tasks you perform after installing Oracle Tuxedo Application Rehosting Workbench:

4.1 Understanding the Oracle Tuxedo Application Rehosting Workbench Directory Structure

During the Oracle Tuxedo Application Rehosting Workbench software installation, all files are decompressed within the installation directory.

The following table lists Oracle Tuxedo Application Rehosting Workbench directories and files under installed directory $ORACLE_HOME/artwb12.2.2.0.0.

Table 4-1 Oracle Tuxedo Application Rehosting Workbench Directory and File Structure

Directory Name Description
refine Oracle Tuxedo Application Rehosting Workbench directory.
refine/scripts Utilities which are not platform dependent.
refine/scripts/lib Perl libraries.
refine/Linux64 Platform dependent binaries and utilities for Linux 64-bit.
refine/Linux32 Platform dependent binaries and utilities for Linux 32-bit.
refine/convert-data Data translator scripts and templates.
refine/gcf Configuration files for Oracle Tuxedo Application Rehosting Workbench control.
fixed-copy COBOL copy books which are necessary for compilation.
samples Oracle Tuxedo Application Rehosting Workbench samples. Optional install.

4.2 Installation Verification

Two sample applications are provided to verify the installation and also to demonstrate the configuration. The Readme file in the samples provides guidance on how to execute the samples.

Before executing Oracle Tuxedo Application Rehosting Workbench, Oracle recommends that you set unmask value as strict as possible.

4.3 Uninstalling Oracle Tuxedo Application Rehosting Workbench

4.3.1 Uninstalling Oracle Tuxedo Application Rehosting Workbench in GUI-Mode

The following steps show uninstallation process in GUI mode.

  1. Invoke OUI introduction panel

    Go to <ORACLE_HOME>/oui/bin, run "runInstaller.sh" on Unix/Linux platform.

  2. Uninstalling panel

    Select products and click "Remove" to remove those products from your system.

  3. Confirm panel

    To remove the products, click "Yes" in the following Confirmation dialog. Click "No" to cancel the removal.

  4. Uninstall complete panel

    After uninstall finishes, this panel appears and reports whether it is successful.

  5. Inventory panel

    Check the product list from Inventory, finding if the product is already uninstall successfully.

4.3.2 Uninstalling Oracle Tuxedo Application Rehosting Workbench in Silent Mode

Not only can you perform command line installations, you can also perform command line deinstallations. A command line deinstallation enables you to remove Oracle products or Oracle homes from your system without using the Oracle Universal Installer graphical user interface.

You can choose to display no dialog boxes or prompts, or you can selectively avoid displaying certain dialog boxes that are normally used during a deinstallation.

Use the following commands to immediately display the Inventory dialog box, which allows you to select items for removal without navigating the Oracle Universal Installer startup screen:

./runInstaller.sh -deinstall -silent (on UNIX)

If you want to hide the inventory dialog box during a deinstallation, you can specify the products to be removed in the DEINSTALL_LIST parameter of the response file; specify Oracle homes to be removed with the REMOVE_HOMES variable; specify the name of the current Oracle home name with ORACLE_HOME_NAME. For example, on a UNIX machine, enter:

./runInstaller.sh -deinstall -silent
         "DEINSTALL_LIST={"workbench","12.2.2.0.0"}"
         ORACLE_HOME_NAME="OUIHome2"
         REMOVE_HOMES={"/home/test/OraHome_2"}