F Troubleshooting

This appendix contains information about troubleshooting. It includes information about the following topics:

F.1 Verifying Requirements

Ensure that the system meets the requirements and that you have completed all of the preinstallation tasks specified in Chapter 2, "Preinstallation Tasks" before you perform any of the troubleshooting steps in this appendix.

Read the Release Notes

http://docs.oracle.com/en/database/database.html

F.2 X Window Display Errors

If you run Oracle Universal Installer on a remote system and you want to display the Oracle Universal Installer user interface on a local system, you may see error messages similar to the following:

%DECW-E-CANT_OPEN_DISPL, Can't open display

If you see the preceding error message, and the X server is running on a UNIX host, then:

  1. In a local terminal window, log in as the user that started the X Window session.

  2. Enter the following command:

    $ xhost +
    
  3. Enter the following commands, where workstation_name is the host name or IP address of your workstation:

    • Bourne, Bash, or Korn shell:

      $ DISPLAY=workstation_name:0.0
      $ export DISPLAY
      
    • C or tcsh shell:

      % setenv DISPLAY workstation_name:0.0
      
  4. To determine whether X Window applications display correctly on the local system, enter the following command:

    $ xclock
    

    The X clock should be displayed on the monitor.

  5. If the X clock is displayed, then close X clock and start Oracle Universal Installer again.

Note:

This procedure applies only to users of UNIX workstations. If you are using a PC or other system with X server software installed, refer to the X server documentation for information about how to permit remote systems to display X applications on the local system.

F.3 Errors During Installation

If you encounter an error during installation:

F.4 Reviewing the Log of an Installation Session

During an installation, Oracle Universal Installer records all the actions that it performs in a log file. If you encounter problems during the installation, review the log file for information about possible causes of the problem.

To view the log file:

  1. Determine the location of the oraInventory directory. This can be found as the value of the inventory_loc parameter in the ORAINST.LOC file, which is located in the hostname subdirectory of SYS$LOGIN.

  2. Set default to the directory determined in step 1, and then to the LOGS subdirectory located there.

  3. Obtain a directory listing to determine the file name of the log file. Installer log files have names similar to the following, where date_time indicates the date and time that the installation started:

    INSTALLACTIONSdate_time.LOG
    

    This command lists the files in the order of creation, with the most recent file shown last. Installer log files have names similar to the following, where date_time indicates the date and time that the installation started:

    installActionsdate_time.log
    
  4. If an error displayed by Oracle Universal Installer or listed in the log file indicates a relinking problem, refer to the following file for more information:

    ORA_ROOT:[INSTALL]MAKE.LOG
    

F.5 Troubleshooting Configuration Assistants

To troubleshoot an installation error that occurs when a configuration assistant is running:

F.5.1 Configuration Assistant Failure

Oracle configuration assistant failures are noted at the bottom of the installation screen. The configuration assistant interface displays additional information if available. The configuration assistant execution status is stored in the following file:

device:[orainventory_location.LOGS]SILENTINSTALLdate_time.LOG

Table F-1 lists the execution status codes:

Table F-1 Execution Status Codes

Status Result Code

Configuration assistant succeeded

0

Configuration assistant failed

1

Configuration assistant canceled

-1


F.5.2 Fatal Errors

If you receive a fatal error while a configuration assistant is running, you must remove the current installation and reinstall the Oracle software as follows:

  1. See Section F.7, "Cleaning Up After a Failed Installation" to remove failed installations.

  2. Correct the cause of the fatal error.

  3. Reinstall the Oracle software.

F.6 Silent Response File Error Handling

To determine whether a silent installation succeeds or fails, refer to the following log file:

device:[orainventory_location.LOGS]SILENTINSTALLdate_time.LOG

If necessary, see Section F.4, "Reviewing the Log of an Installation Session" for information about determining the location of the oraInventory directory.

A silent installation fails if:

  • You do not specify a response file

  • You specify an incorrect or incomplete response file

  • Oracle Universal Installer encounters an error, such as insufficient disk space

Oracle Universal Installer or configuration assistant validates the response file at run time. If the validation fails, then the silent installation or configuration process ends. Oracle Universal Installer treats values for parameters that are of the wrong context, format, or type as if no value was specified in the file.

F.7 Cleaning Up After a Failed Installation

If an installation fails, you must remove files that Oracle Universal Installer created during the attempted installation and remove the Oracle home directory. Perform the following steps to remove the files:

  1. See Section 3.3.1, "Installing Oracle Database from the Hard Drive" to start Oracle Universal Installer.

  2. Click Deinstall Products on the Welcome screen or click Installed Products on any Installer screen.

    The Inventory screen is displayed, listing installed products.

  3. Select the Oracle home that contains the products that you want to remove, then click Remove.

  4. Manually remove the Oracle home directory created during the failed installation.

  5. Reinstall the Oracle software.