| Oracle8i Installation Guide Release 8.1.5 for Intel Linux A74958-01 |
|
This chapter describes how to start the Oracle Universal Installer (OUI) and create a new Oracle8i installation.
Oracle8i comes with a choice of three installation categories: Oracle8i Enterprise Edition, Oracle8i Client, or Oracle Programmer. Each category gives you a choice of installation types: Typical, Minimal, and Custom. Choose the combination of products suitable for your purposes and requirements.
Table 3-1 shows the products which can be installed by each of the three installation categories.
| Products | Oracle8i Enterprise Edition | Oracle8i Client | Oracle Programmer |
|---|---|---|---|
Perform the following tasks to run the Installer:
You must download JRE 1.1.6 v5 from http://www.blackdown.org. Install JRE in any directory where there is enough space on your system and create a symbolic link from /usr/local/jre to installed_path_of_jre/jre_116_v5.
The Oracle8i CD-ROM is in ISO 9660 format with Rockridge extensions. You must have root privileges to mount or unmount the CD-ROM manually. Be sure to unmount the CD-ROM before removing it from the drive by using the umount command
$ su root # mkdir /cdrom # mount -t iso9660 /dev/cdrom /cdrom # exit
To start the OUI:
|
Note: The OUI is capable of running a non-interactive, "silent" installation of Oracle products that does not use the graphical interface. For instructions on using this feature of the OUI, see "Non-Interactive Installation" . |
You will be prompted to run /tmp/orainstRoot.sh as root before proceeding. This is to create a pointer file to the location of the oraInventory directory.
root.sh script. See "Run the root.sh Script" in Chapter 4.
In the "Products to be Installed" dialog box which follows, currently installed products are shown under "Already Installed." The additional products you have selected are shown under "New Installations."
To re-install, the product(s) must first be de-installed using the method described in the section "De-installing Oracle Software", then installed according to one of the installation methods outlined elsewhere in this chapter: "Installing Products for the First Time" or "Non-Interactive Installation".
If an installation has failed or aborted, see the section "De-installing Oracle Software".
The OUI does not create a database. However, all server installation types allow at least the option of automatically launching the Oracle Database Configuration Assistant (DBCA) at the end of the installation session. The assistant can create a default or customized database. The assistant can create the database, or can output a SQL script which you can inspect and modify, then run via SQL*Plus or Server Manager.
You can also launch DBCA independently of the OUI. Make sure $ORACLE_HOME/bin is in your search path and enter the following:
$ dbassist &
If you have installed Oracle8i to use with an existing database from a prior software release, you must upgrade or migrate that database prior to mounting it using Oracle8i. The steps for this process exceed the scope of this manual. See Oracle8i Migration for instructions.
To de-install Oracle software using the OUI, follow the steps below.
If an installation fails, it may be necessary to remove any files that the OUI created during the last session before you attempt another installation.
To clean up after a failed installation:
To complete the clean up, you may need to manually remove the following items:
The location of the oraInventory directory can be obtained from the file /etc/oraInst.loc.
You may perform a non-interactive, or "silent," install by supplying the OUI with a response file, a text file that contains values and variables that are used by the OUI during the installation process. By using a response file, you can perform an installation without some or any of the OUI's graphical interface.
There are seven response files, one for each install type and for each category, included on the Oracle8i CD-ROM. The typical server response file is almost completely configured to perform a non-interactive, typical installation using the OUI. The custom response file requires extensive editing before it can be used as a response file for the OUI.
To use a response file, copy the response file from the Oracle8i CD-ROM to a drive mounted on your system. For example:
% cdcdrom_mount_point_directory/stage/Response/% cp ee_typical.rsplocal_directory
Edit the response file you want to use with any text editor, to include information specific to your system. Each file contains instructions for properly configuring the response file.
To make the OUI use the response file at install time, follow the same steps as described in the section "Start the OUI" , but specify the location of the response file that you wish to use as a parameter when running OUI:
% ./runInstaller [-silent] -responseFile filename
To perform a completely silent installation with the OUI, use the flag -silent. Note that the OUI will fail if you use this flag and the response file has not been configured. The success or failure of the installation is logged in the silentInstall.log file in the /tmp directory.
The OUI treats wrong context, format, or type values as if no value were specified. Variables which are outside of any section are ignored.
Calculation and validation of the response file is performed at install time by OUI. Failure of the validation process results in the termination of installation.