Oracle® Database Client Installation Guide
10g Release 1 (10.1.0.3) for Linux x86-64 Part No. B14400-01 |
|
![]() Previous |
![]() Next |
This chapter describes how to start the Oracle Universal Installer and install Oracle products on your system. It includes information about the following topics:
Note: Review the information in Chapter 1, "Installation Overview" and complete the tasks listed in Chapter 2, "Pre-installation Tasks" before beginning the installation. |
The Oracle Client software is available on disc (CD-ROM or DVD-ROM) or you can download it from the Oracle Technology Network (OTN) Web site. In most cases, you use the graphical user interface (GUI) provided by the Oracle Universal Installer to install the software. However, you can also use the Installer to complete silent-mode installations, without using the GUI. See Appendix B for information about silent-mode installations.
This chapter describes how to install Oracle Client from the product media or from the hard disk. To install the software from the hard disk, you must either download it from OTN and unpack it, or copy it from the discs, if you have them. See one of the following sections, depending on the method that you want to use:
To copy the software to a hard disk, see the following section:
To install the software from disc or from an existing hard disk location, see the "Install the Oracle Client Software" section .
To download the software from OTN, see the following section.
This section describes how to download the installation archive files and extract them on your hard disk.
Downloading the Installation Archive Files
To download the installation archive files from OTN:
Use any browser to access the software download page on OTN:
Navigate to the download page for the product that you want to install.
On the download page, identify the required disk space by adding the file sizes for each required file.
The file sizes are listed next to the filenames.
Select a file system with enough free space to store and expand the archive files.
In most cases, the available disk space must be at least twice the size of all of the archive files.
On the file system that you selected in step 4, create a parent directory for each product, for example OraCli10g
, to hold the installation directories.
Download all of the installation archive files to the directory that you created in step 5.
Verify that the files you downloaded are the same size as the corresponding files on OTN.
Extracting the Installation Files
To extract the installation archive files, perform the following steps:
If necessary, change directory to the directory that contains the downloaded installation archive files.
To uncompress each file, enter a command similar to the following:
$ gunzip filename.cpio.gz
This command creates files with names similar to the following:
filename.cpio
To extract the installation files, enter commands similar to the following:
$ cpio -idmv < filename.cpio
Note: See the download page for information about the correct options to use with thecpio command on your platform.
Some browsers uncompress files while downloading them, but leave the |
For each file, this command creates a subdirectory named Disk
n
, where n
is the disk number identified in the filename.
When you have extracted all of the required installation files, see the "Install the Oracle Client Software" section.
If your system does not have a CD-ROM or DVD-ROM drive, you can copy the software from the disc to a file system on another system, then either mount that file system using NFS, or use FTP to copy the files to the system where you want to install the software.
To copy the contents of the disc to a hard disk:
Create a single directory on the hard disk to hold the Oracle software:
$ mkdir OraCli10g
Change directory to the directory you created in step 1:
$ cd OraCli10g
Create subdirectories for each installation disc with names similar to the following, where n is the disc number:
$ mkdir Diskn
Mount the disc, if it is not already mounted.
Some platforms automatically mount the disc when you insert it into the drive. If the disc does not mount automatically, see Appendix A for platform-specific information about mounting it.
Copy the contents of the mounted disc to the corresponding new subdirectory as follows:
$ cp -R /directory_path Disk1
In this example, /
directory_path
is the CD-ROM mount point directory or the path of the client
directory on the DVD-ROM. The following table lists typical mount point directories for each platform:
Platform | Mount Point |
---|---|
Linux (Red Hat) | /mnt/cdrom
|
Linux (SuSE) | /media/cdrom
|
The following sections describe how to install the Oracle software:
Review the following guidelines before starting the Installer:
Oracle Universal Installer
Do not use the Oracle Universal Installer from an earlier Oracle product release to install components from this release.
Installations on a Cluster
If Oracle Cluster Ready Services (CRS) and Oracle Real Application Clusters (RAC) are already installed on the system, the Installer displays the Specify Hardware Cluster Installation Mode screen. You must select Local Installation on this screen.
If you re-install Oracle software into an Oracle home directory where Oracle Client is already installed, you must also re-install any components that were installed before you began the re-installation.
Start the Installer and install the software, as follows:
If you are installing the software from disc, mount the first disc if it is not already mounted.
Some platforms automatically mount the disc when you insert them into the drive. If the disc does not mount automatically, see Appendix A for platform-specific information about mounting it.
If necessary, log in as the Oracle software owner user (oracle
) and set the DISPLAY environment variable.
To start the Installer, complete one of the following steps depending on the location of the installation files:
If the installation files are on disc, enter commands similar to the following, where directory_path
is the CD-ROM mount point directory or the path of the client directory on the DVD-ROM:
$ cd /tmp
$ /directory_path
/runInstaller
If the installation files are on the hard disk, change directory to the Disk1
directory and enter the following command:
$ ./runInstaller
If the Installer does not appear, see the "X Windows Display Errors" section for information about troubleshooting.
Use the following guidelines to complete the installation:
Follow the instructions displayed in the Installer windows. If you need additional information, click Help.
When the Installer prompts you to run a script with root
privileges, enter a command similar to the following in a terminal where you are logged in as the root
user, then click Continue or OK:
# /script_path/script_name
If you chose an installation type that runs Oracle Net Configuration Assistant (NetCA) in interactive mode, you must provide detailed information about configuring your network.
If you need assistance when using NetCA in interactive mode, click Help on any screen.
Note: If you chose a default installation, the DBCA and NetCA runs non-interactively. |
When all of the configuration tools have finished, click Exit, then click Yes to exit from the Installer.
See Chapter 4, "Post-installation Tasks" for information about tasks that you must complete after you have installed the software.