Oracle® Database Client Installation Guide 10g Release 1 (10.1) for UNIX Systems: AIX-Based Systems, hp HP-UX PA-RISC (64-bit), hp Tru64 UNIX, Linux x86, and Solaris Operating System (SPARC) Part No. B12087-01 |
|
![]() |
![]() |
This chapter describes the tasks that you must complete before you start the Oracle Universal Installer. It includes information about the following tasks:
Before you install the Oracle software, you must complete several tasks as the root
user. To log in as the root
user, complete one of the following procedures:
Note: Unless you intend to complete a silent installation, you must install the software from an X Window System workstation, an X terminal, or a PC or other system with X server software installed.For more information about non-interactive and silent installations, see Appendix B. |
If you are installing the software from an X Window System workstation or X terminal:
Start a local terminal session, for example, an X terminal (xterm
).
If you are not installing the software on the local system, enter the following command to enable remote hosts to display X applications on the local X server:
$ xhost +
If you want to install the software on a remote system, enter a command similar to the following to connect to that system:
$ telnet remote_host
If you are not logged in as the root
user, enter the following command to switch user to root
:
$ su - root password: #
If you are installing the software from a PC or other system with X server software installed:
Note: If necessary, see your X server documentation for more information about completing this procedure. Depending on the X server software that you are using, you may need to complete the tasks in a different order. |
Start the X server software.
Configure the security settings of the X server software to permit remote hosts to display X applications on the local system.
Connect to the remote system where you want to install the software and start a terminal session on that system, for example, an X terminal (xterm
).
If you are not logged in as the root
user on the remote system, enter the following command to switch user to root
:
$ su - root password: #
The system must meet the following minimum hardware requirements:
256 MB of physical RAM
512 MB of swap space
400 MB of disk space in the /tmp
directory
Between 180 MB and 1.9 GB of disk space for the Oracle software, depending on the installation type and platform
To ensure that the system meets these requirements, follow these steps:
To determine the physical RAM size, enter one of the following commands:
Platform | Command |
---|---|
AIX |
# /usr/sbin/lsattr -E -l sys0 -a realmem |
HP-UX |
# /usr/sbin/dmesg | grep "Physical:" |
Linux |
# grep MemTotal /proc/meminfo |
Solaris |
# /usr/sbin/prtconf | grep "Memory size" |
Tru64 UNIX |
# /bin/vmstat -P | grep "Total Physical Memory" |
If the size of the physical RAM installed in the system is less than the required size, you must install more memory before continuing.
To determine the size of the configured swap space, enter one of the following commands:
Platform | Command |
---|---|
AIX |
# /usr/sbin/lsps -a |
HP-UX |
# /usr/sbin/swapinfo -a |
Linux |
# grep SwapTotal /proc/meminfo |
Solaris |
# /usr/sbin/swap -s |
Tru64 UNIX |
# /sbin/swapon -s |
If necessary, see your operating system documentation for information about how to configure additional swap space.
To determine the amount of disk space available in the /tmp
directory, enter one of the following commands:
HP-UX:
# bdf /tmp
Other operating systems:
# df -k /tmp
If there is less than 400 MB of disk space available in the /tmp
directory, complete one of the following steps:
Delete unnecessary files from the /tmp
directory to achieve the required disk space.
Set the TEMP and TMPDIR environment variables when setting the oracle
user’s environment (described later).
Extend the file system that contains the /tmp
directory. If necessary, contact your system administrator for information about extending file systems.
To determine the amount of free disk space on the system, enter one of the following commands:
HP-UX:
# bdf
Other operating systems:
# df -k
The following table shows the approximate disk space requirements for software files for each installation type:
Platform | Installation Type | Requirement for Software Files (MB) |
---|---|---|
AIX | Instant Client | 150 |
Administrator | 1900 | |
Runtime | 1000 | |
Custom (maximum) | 1800 | |
HP-UX | Instant Client | 150 |
Administrator | 1500 | |
Runtime | 1000 | |
Custom | 1400 | |
Linux | Instant Client | 110 |
Administrator | 650 | |
Runtime | 350 | |
Custom (maximum) | 650 | |
Solaris | Instant Client | 150 |
Administrator | 1000 | |
Runtime | 600 | |
Custom (maximum) | 850 | |
Tru64 UNIX | Instant Client | 150 |
Administrator | 1900 | |
Runtime | 1000 | |
Custom (maximum) | 1800 |
To determine whether the system architecture can run the software, enter one of the following commands:
Note: If you do not see the expected output, you cannot install the software on this system. |
Platform | Command | Expected Output |
---|---|---|
AIX |
# /usr/bin/getconf HARDWARE_BITMODE |
64 |
HP-UX |
# /bin/getconf KERNEL_BITS |
64 |
Linux |
# grep "model name" /proc/cpuinfo |
This command displays the processor type. Verify that the processor architecture matches the Oracle software release that you want to install. |
Solaris |
# /bin/isainfo -kv |
64-bit sparcv9 kernel modules |
Depending on your operating system, see one of the following sections for information about checking the software requirements:
Check that the required software and patches are installed on the system.
Depending on the products that you intend to install, verify that the following software is installed on the system. The procedure following the table describes how to check these requirements.
To ensure that the system meets these requirements, follow these steps:
To determine which version of AIX is installed, enter the following command:
# oslevel -r
If the operating system version is lower than AIX 5.2.0.0 Maintenance Level 1 (5200-01), upgrade your operating system to this level. AIX 5L version 5.2 maintenance packages are available from the following Web site:
https://techsupport.services.ibm.com/server/aix.fdc
To determine whether the required filesets are installed and committed, enter a command similar to the following:
# lslpp -l bos.adt.base bos.adt.lib bos.adt.libm bos.perf.perfstat \ bos.perf.libperfstat bos.perf.proctools
If a fileset is not installed and committed, then install it. See your operating system or software documentation for information about installing filesets.
Depending on the products that you intend to install, verify that the following patches are installed on the system. The procedure following the table describes how to check these requirements.
To ensure that the system meets these requirements, follow these steps:
To determine whether an APAR is installed, enter a command similar to the following:
# /usr/sbin/instfix -i -k "IY22854 IY26778 ..."
If an APAR is not installed, download it from the following Web site and install it:
https://techsupport.services.ibm.com/server/aix.fdc
To determine whether a PTF is installed, enter a command similar to the following:
# lslpp -l -B U489726 U485561 ...
If a PTF is not installed, download it from the following Web site and install it:
https://techsupport.services.ibm.com/server/aix.fdc
To continue completing pre-installation tasks, go to the "Create Required UNIX Group and User" section.
Check that the required software and patches are installed on the system.
Depending on the products that you intend to install, verify that the following software is installed on the system. The procedure following the table describes how to check these requirements.
To ensure that the system meets these requirements, follow these steps:
To determine which version of HP-UX is installed, enter the following command:
# uname -a HP-UX hostname B.11.11 U 9000/800 109444686 unlimited-user license
In this example, the version of HP-UX 11i is 11.11.
To determine whether a bundle, product, or fileset is installed, enter a command similar to the following, where level
is bundle
, product
, or fileset
:
# /usr/sbin/swlist -l level | more
If a required bundle, product, or fileset is not installed, you must install it. See your operating system or software documentation for information about installing products.
Depending on the products that you intend to install, verify that the following patches are installed on the system. The procedure following the table describes how to check these requirements.
Note: There may be more recent versions of the patches listed installed on the system. If a listed patch is not installed, determine whether a more recent version is installed before installing the version listed. |
Installation Type or Product | Requirement |
---|---|
All installations | Quality Pack bundle:
HP-UX 11i Quality Pack (GOLDQPK11i), June 2003 or later: GOLDAPPS11i GOLDBASE11i |
All installations | Patches for HP-UX 11i (11.11):
|
All installations | Patches for JDK on HP-UX 11i (11.11):
Note: See the following Web site for information about additional patches that might be required by JDK 1.4.2: http://www.hp.com/products1/unix/java/patches/index.html |
Pro*C/C++, Oracle Call Interface, Oracle C++ Call Interface, Oracle XML Developer’s Kit (XDK) |
Patches for HP-UX 11i (11.11):
|
Oracle Net protocol support for DCE | Patches for HP-UX 11i (11.11):
|
To ensure that the system meets these requirements, follow these steps:
To determine whether the HP-UX 11i Quality Pack is installed, enter the following command:
# /usr/sbin/swlist -l bundle | grep GOLD
If the Quality Pack is not installed, or if the date is before June 2003, download the latest Quality Pack from the following Web site and install it:
http://www.software.hp.com/SUPPORT_PLUS/qpk.html
To determine whether a patch is installed, enter a command similar to the following:
# /usr/sbin/swlist -l patch | grep PHSS_28880
Alternatively, to list all installed patches, enter the following command:
# /usr/sbin/swlist -l patch | more
If a required patch is not installed, download it from the following Web site and install it:
http://itresourcecenter.hp.com
If the Web site shows a more recent version of the patch, download and install that version.
Note: This task is required only if the Motif 2.1 Development Environment package (X11MotifDevKit.MOTIF21-PRG) is not installed. |
To allow you to successfully relink Oracle products after installing this software, enter the following commands to create required X library symbolic links in the /usr/lib
directory:
# cd /usr/lib # ln -s libX11.3 libX11.sl # ln -s libXIE.2 libXIE.sl # ln -s libXext.3 libXext.sl # ln -s libXhp11.3 libXhp11.sl # ln -s libXi.3 libXi.sl # ln -s libXm.4 libXm.sl # ln -s libXp.2 libXp.sl # ln -s libXt.3 libXt.sl # ln -s libXtst.2 libXtst.sl
To continue completing pre-installation tasks, go to the "Create Required UNIX Group and User" section.
Check that the required software and patches are installed on the system.
Depending on the products that you intend to install, verify that the following software is installed on the system. The procedure following the table describes how to check these requirements.
To ensure that the system meets these requirements, follow these steps:
To determine which distribution and version of Linux is installed, enter the following command:
# cat /etc/issue
Note: Only the distributions and versions listed in the previous table are supported. Do not install the software on other versions of Linux. |
On UnitedLinux 1.0 systems only, enter the following command to determine whether Service Pack 3 is installed:
# uname -r 2.4.21-138-default
This command shows the kernel version (2.4.21-138
) and type (default
). If the kernel version is less than 2.4.21-138, contact your UnitedLinux vendor for information about obtaining and installing Service Pack 3.
To determine whether the required packages are installed, enter a command similar to the following:
# rpm -q package_name
If a package is not installed, install it from your Linux distribution media.
Depending on the products that you intend to install, verify that the following patches are installed on the system. The procedure following the table describes how to check these requirements.
Note: If the following patches are superseded by later versions, install the latest version. |
To ensure that the system meets these requirements, follow these steps:
On Red Hat Enterprise Linux 2.1 systems only, follow these steps:
To determine whether kernel update RHSA-2003:195-06 or later is installed, enter the following command:
# uname -r 2.4.9-e.25
This command shows the kernel version (2.4.9
) and errata level (e.25
). If the errata level is less than 25, install the latest kernel update. See the following Web site for information about kernel update RHSA-2003:195-06:
https://rhn.redhat.com/errata/RHSA-2003-195.html
To determine whether fix RHSA-2003:022-09 is installed, enter the following command:
# rpm -q glibc glibc-2.2.4-31
If the version shown is less than 2.2.4-31, see the following Web site for information about fix RHSA-2003:022-09:
https://rhn.redhat.com/errata/RHSA-2003-022.html
To continue completing pre-installation tasks, go to the "Create Required UNIX Group and User" section.
Check that the required software and patches are installed on the system.
Depending on the products that you intend to install, verify that the following software is installed on the system. The procedure following the table describes how to check these requirements.
Installation Type or Product | Requirement |
---|---|
All installations | Operating system versions:
Solaris 8 or Solaris 9, 64-bit |
Operating system packages:
SUNWarc SUNWbtool SUNWhea SUNWlibm SUNWlibms SUNWsprot SUNWsprox SUNWtoo SUNWi1of SUNWi1cs SUNWi15cs SUNWxwfnt Note: You might also require additional font packages for Java, depending on your locale. See the following Web site for more information: http://java.sun.com/j2se/1.4.2/font-requirements.html | |
Pro*C/C++, Oracle Call Interface, Oracle C++ Call Interface, Oracle XML Developer’s Kit (XDK) |
Sun ONE Studio 8 (C and C++ 5.5) |
Pro*COBOL | Micro Focus Server Express 2.2 or higher |
Pro*FORTRAN | Sun ONE Studio 8 (Fortran 95) |
Oracle JDBC/OCI Drivers | You can use the following optional JDK versions with the Oracle JDBC/OCI drivers, however they are not required for the installation:
Note: JDK 1.4.2_01 is installed with this release. |
To ensure that the system meets these requirements, follow these steps:
To determine which version of Solaris is installed, enter the following command:
# uname -r
If the operating system version is lower than Solaris 8 (5.8), upgrade your operating system to this level.
To determine whether the required packages are installed, enter a command similar to the following:
# pkginfo -i SUNWarc SUNWbtool SUNWhea SUNWlibm SUNWlibms SUNWsprot \ SUNWsprox SUNWtoo SUNWi1of SUNWi1cs SUNWi15cs SUNWxwfnt
If a package is not installed, then install it. See your operating system or software documentation for information about installing packages.
Depending on the products that you intend to install, verify that the following patches are installed on the system. The procedure following the table describes how to check these requirements.
Note: The patch versions shown in the following table are minimum versions. Higher versions of the same patches are also supported. |
To ensure that the system meets these requirements, follow these steps:
To determine whether an operating system patch is installed, enter a command similar to the following:
# /usr/sbin/patchadd -p | grep patch_number
If an operating system patch is not installed, download it from the following Web site and install it:
http://sunsolve.sun.com
To continue completing pre-installation tasks, go to the "Create Required UNIX Group and User" section.
Check that the required software and patches are installed on the system.
Depending on the products that you intend to install, verify that the following software is installed on the system. The procedure following the table describes how to check these requirements.
To ensure that the system meets these requirements, follow these steps:
To determine which version of Tru64 UNIX is installed, enter the following command:
# /usr/sbin/sizer -v Compaq Tru64 UNIX V5.1B (Rev. 2650); Mon Nov 3 10:13:28 PST 200
In this example, the version shown is V5.1B. If necessary, see your operating system documentation for information about upgrading the operating system.
To determine whether Java SDK 1.4.2 is installed, enter the following command:
# /usr/sbin/setld -i JAVA142 | more
If Java SDK 1.4.2 is installed, this command displays the paths to all of the installed files. Note the path of the Java home directory. You must specify this value during the installation. The default path is:
/usr/opt/java142
If this command returns the message Unknown subset, Java SDK 1.4.2 is not installed. Download Java SDK 1.4.2.01 or higher from the following Web site and install it:
http://www.compaq.com/java/download/index.html
To determine whether the required software subsets are installed, enter one of the following commands:
To view the list of all software subsets installed on the system, enter the following command:
# /usr/sbin/setld -i | more
To determine whether a particular software subset is installed, enter a command similar to the following:
# /usr/sbin/setld -i | grep subsetname
If necessary, install the required software subset. If you require the Compaq C Compiler V6.5-207 (dtk), you can download it from the following Web site:
http://www.tru64unix.compaq.com/dtk/
Depending on the products that you intend to install, verify that the following patches are installed on the system. The procedure following the table describes how to check these requirements.
Installation Type or Product | Requirement |
---|---|
All installations | Tru64 UNIX V5.1B Patch Kit 2 or higher:
T64V51BB22AS0002-20030415 HP Tru64 UNIX 5.1B PK2 BL22 Fixes for AdvFS Panic in _OtsMove; and Possible Memory Corruption: T64KIT0020879-V51BB22-E-20031125 |
To determine whether the required patch kits are installed, enter the following command:
# /usr/sbin/dupatch -track -type kit
If this command does not display the identifiers shown in the previous table for the required patch kits (or the identifier for a higher patch kit level), download the latest patch kit from the following Web site and install it (registration is required to access this Web site):
http://itrc.hp.com/service/patch/mainPage.do
Depending on whether this is the first time Oracle software is being installed on this system and on the products that you are installing, you may need to create the following UNIX group and user:
The Oracle Inventory group (oinstall
)
You must create this group the first time you install Oracle software on the system. The usual name chosen for this group is oinstall
. This group owns the Oracle inventory, which is a catalog of all Oracle software installed on the system.
Note: If Oracle software is already installed on the system, the existing Oracle Inventory group must be the primary group of the UNIX user that you use to install new Oracle software. The following sections describe how to identify an existing Oracle Inventory group. |
The Oracle software owner user (oracle
)
You must create this user the first time you install Oracle software on the system. This user owns all of the software installed during the installation. The usual name chosen for this user is oracle
. This user must have the Oracle Inventory group as its primary group.
A single Oracle Inventory group is required for all installations of Oracle software on the system. After the first installation of Oracle software, you must use the same Oracle Inventory group for all subsequent Oracle software installations on that system. However, you can choose to create different Oracle software owner users for separate installations.
The following sections describe how to create the required UNIX user and group.
Note: The following sections describe how to create local users and groups. As an alternative to creating local users and groups, you could create the appropriate users and groups in a directory service, for example, Network Information Services (NIS). For information about using directory services, contact your system administrator or see your operating system documentation. |
You must create the Oracle Inventory group if it does not already exist. The following subsections describe how to determine the Oracle Inventory group name, if it exists, and how to create it if necessary.
When you install Oracle software on the system for the first time, the Installer creates the oraInst.loc
file. This file identifies the name of the Oracle Inventory group and the path of the Oracle Inventory directory. To determine whether the Oracle Inventory group exists, enter the following command:
If the oraInst.loc
file exists, the output from this command is similar to the following:
inventory_loc=/u01/app/oracle/oraInventory inst_group=oinstall
The inst_group
parameter shows the name of the Oracle Inventory group (oinstall
).
If the oraInst.loc
file does not exist, create the Oracle Inventory group as follows, depending on your operating system:
You must create an Oracle software owner user in the following circumstances:
If an Oracle software owner user does not exist, for example, if this is the first installation of Oracle software on the system
If an Oracle software owner user exists, but you want to use a different UNIX user
To determine whether an Oracle software owner user named oracle
exists, enter one of the following commands:
Solaris:
# id -a oracle
Other operating systems:
# id oracle
If the oracle
user exists, the output from this command is similar to the following:
uid=440(oracle) gid=200(oinstall) groups=201(dba),202(oper)
If the user exists, determine whether you want to use the existing user or create a new user. If you want to use the existing user, ensure that the user’s primary group is the Oracle Inventory group. See one of the following sections for more information:
Note: If necessary, contact your system administrator before using or modifying an existing user. |
If you want to use the existing Oracle software owner user, and the user’s primary group is the Oracle Inventory group, see the "Identify Required Software Directories" section.
To modify an existing user, see the "Modify an Existing Oracle Software Owner User" section.
To create a new user, see the following section.
If the Oracle software owner user does not exist or if you require a new Oracle software owner user, create it as follows, depending on your operating system. In the following procedure, use the user name oracle
unless a user with that name already exists.
# smit security
Choose the appropriate menu items to create the oracle
user, specifying the following information:
In the Primary GROUP field, specify the Oracle Inventory group, for example oinstall
.
In the Group SET field, specify any required secondary groups.
Note: The UID for theoracle user must be less than 65536. |
Press F10 to exit.
Set the password of the oracle
user:
# passwd oracle
Other operating systems:
To create the oracle
user, enter a command similar to the following:
# /usr/sbin/useradd -g oinstall[ -G dba] oracle
In this command:
The -g
option specifies the primary group, which must be the Oracle Inventory group, for example oinstall
The -G
option specifies optional secondary groups
Set the password of the oracle
user:
# passwd oracle
See the "Identify Required Software Directories" section to continue.
If the oracle
user exists, but its primary group is not oinstall
, you can modify it as follows depending on your operating system:
AIX:
Enter the following command:
# smit security
Choose the appropriate menu items to modify the oracle
user.
In the Primary GROUP field, specify the Oracle Inventory group, for example oinstall
.
In the Group SET field, specify any required secondary groups.
Press F10 to exit.
Other operating systems:
Enter a command similar to the following, specifying the primary group using the -g
option and any required secondary groups using the -G
option:
# /usr/sbin/usermod -g oinstall -G dba oracle
You must identify or create three directories for the Oracle software, as follows:
Oracle base directory
Oracle Inventory directory
Oracle home directory
The following subsections describe the requirements for these directories.
The Oracle base directory acts as a top-level directory for Oracle software installations. It is analogous to the C:\Oracle
directory used for Oracle software installations on Windows systems. On UNIX systems, the Optimal Flexible Architecture (OFA) guidelines recommend that you use a path similar to the following for the Oracle base directory:
/mount_point/app/oracle_sw_owner
mount_point
is the mount point directory for the file system that will contain the Oracle software.
The examples in this guide use /u01
for the mount point directory. However, you could choose another mount point directory, /oracle
or /opt/oracle
for example.
oracle_sw_owner
is the UNIX user name of the Oracle software owner, for example oracle
.
You can use the same Oracle base directory for more than one installation or you can create separate Oracle base directories for different installations. If different UNIX users install Oracle software on the same system, each user must create a separate Oracle base directory. The following example Oracle base directories could all exist on the same system:
/u01/app/oracle /u01/app/orauser /opt/oracle/app/oracle
The following sections describe how to identify existing Oracle base directories that might be suitable for your installation and how to create a new Oracle base directory if necessary.
Regardless of whether you create a new Oracle base directory or decide to use an existing one, you must set the ORACLE_BASE environment variable to specify the full path to this directory.
The Oracle Inventory directory (oraInventory
) stores an inventory of all software installed on the system. It is required by, and shared by, all Oracle software installations on a single system. The first time you install Oracle software on a system, the Installer prompts you to specify the path to this directory. Oracle recommends that you choose the following path:
oracle_base/oraInventory
The Installer creates the directory that you specify and sets the correct owner, group, and permissions on it. You do not need to create it.
Note: All Oracle software installations rely on this directory. Make sure that you back it up regularly.Do not delete this directory unless you have completely removed all Oracle software from the system. |
The Oracle home directory is the directory where you choose to install the software for a particular Oracle product. You must install different Oracle products, or different releases of the same Oracle product, in separate Oracle home directories. When you run the Installer, it prompts you to specify the path to this directory, as well as a name that identifies it. The directory that you specify must be a subdirectory of the Oracle base directory. Oracle recommends that you specify a path similar to the following for the Oracle home directory:
oracle_base/product/10.1.0/client_1
The Installer creates the directory path that you specify under the Oracle base directory. It also sets the correct owner, group, and permissions on it. You do not need to create this directory.
Before starting the installation, you must either identify an existing Oracle base directory or if required, create a new one. This section contains information about the following:
Note: You can choose to create a new Oracle base directory, even if other Oracle base directories exist on the system. |
Existing Oracle base directories might not have paths that comply with OFA guidelines. However, if you identify an existing Oracle Inventory directory or existing Oracle home directories, you can usually identify the Oracle base directories, as follows:
Identify an existing Oracle Inventory directory
Enter the following command to view the contents of the oraInst.loc
file:
AIX and Linux:
# more /etc/oraInst.loc
Other operating systems:
# more /var/opt/oracle/oraInst.loc
If the oraInst.loc
file exists, the output from this command is similar to the following:
inventory_loc=/u01/app/oracle/oraInventory inst_group=oinstall
The inventory_loc
parameter identifies the Oracle Inventory directory (oraInventory
). The parent directory of the oraInventory
directory is typically an Oracle base directory. In the previous example, /u01/app/oracle
is an Oracle base directory.
Identify existing Oracle home directories
Enter the following command to view the contents of the oratab
file:
Solaris:
# more /var/opt/oracle/oratab
Other operating systems:
# more /etc/oratab
If the oratab
file exists, it contains lines similar to the following:
*:/u03/app/oracle/product/10.1.0/db_1:N *:/opt/orauser/infra_904:N *:/oracle/9.2.0:N
The directory paths specified on each line identify Oracle home directories. Directory paths that end with the user name of the Oracle software owner that you want to use are valid choices for an Oracle base directory. If you intend to use the oracle
user to install the software, you could choose one of the following directories from the previous example:
/u03/app/oracle /oracle
Note: If possible, choose a directory path similar to the first (/u03/app/oracle ). This path complies with the OFA guidelines. |
To continue:
If an Oracle base directory exists and you want to use it, see the "Configure the oracle User’s Environment" section.
When you are configuring the oracle
user’s environment later in this chapter, set the ORACLE_BASE environment variable to specify the directory you chose.
If an Oracle base directory does not exist on the system or if you want to create a new Oracle base directory, see the following section.
To identify an appropriate file system, follow these steps:
Use the df -k
command (or bdf
command on HP-UX) to determine the free disk space on each mounted file system.
From the display, identify a file system that has appropriate free space.
Note the name of the mount point directory for the file system that you identified.
To create the Oracle base directory and specify the correct owner, group, and permissions for it, follow these steps:
Enter commands similar to the following to create the recommended subdirectories in the mount point directory that you identified and set the appropriate owner, group, and permissions on them:
# mkdir -p /mount_point/app/oracle_sw_owner # chown -R oracle:oinstall /mount_point/app/oracle_sw_owner # chmod -R 775 /mount_point/app/oracle_sw_owner
If the mount point you identified is /u01
and oracle
is the user name of the Oracle software owner, the recommended Oracle base directory path is as follows:
/u01/app/oracle
When you are configuring the oracle
user’s environment later in this chapter, set the ORACLE_BASE environment variable to specify this directory.
You run the Installer from the oracle
account. However, before you start the Installer you must configure the environment of the oracle
user. To configure the environment, you must:
To set the oracle
user’s environment, follow these steps:
Start a new terminal session, for example, an X terminal (xterm
).
Enter the following command to ensure that X Window applications can display on this system:
$ xhost +
If you are not already logged in to the system where you want to install the software, log in to that system as the oracle
user.
If you are not logged in as the oracle
user, switch user to oracle
:
$ su - oracle
To determine the default shell for the oracle
user, enter the following command:
$ echo $SHELL
Open the oracle
user’s shell startup file in any text editor:
Note: On Red Hat Linux,.bash_profile is the user startup file for the Bash shell. |
Bourne shell (sh
), Bash shell (bash
), or Korn shell (ksh
):
$ vi .profile
C shell (csh
or tcsh
):
% vi .login
Enter or edit the following line, specifying a value of 022 for the default file creation mask:
umask 022
If the ORACLE_SID, ORACLE_HOME, or ORACLE_BASE environment variables are set in the file, remove the appropriate lines from the file.
Save the file and exit from the editor.
To run the shell startup script, enter one of the following commands:
Bash shell on Red Hat Enterprise Linux:
$ . ./.bash_profile
Bourne, Bash, or Korn shell:
$ . ./.profile
C shell:
% source ./.login
If you are not installing the software on the local system, enter a command similar to the following to direct X applications to display on the local system:
Bourne, Bash, or Korn shell:
$ DISPLAY=local_host
:0.0 ; export DISPLAY
C shell:
% setenv DISPLAY local_host
:0.0
In this example, local_host
is the host name or IP address of the system you want to use to display the Installer (your workstation or PC).
If you determined that the /tmp
directory has less than 400 MB of free disk space, identify a file system with at least 400 MB of free space and set the TEMP and TMPDIR environment variables to specify a temporary directory on this file system:
Use the df -k
command (or bdf
command on HP-UX) to identify a suitable file system with sufficient free space.
If necessary, enter commands similar to the following to create a temporary directory on the file system you identified, and set the appropriate permissions on the directory:
$ su - root # mkdir /mount_point/tmp # chmod a+wr /mount_point/tmp # exit
Enter commands similar to the following to set the TEMP and TMPDIR environment variables:
Bourne, Bash, or Korn shell:
$ TEMP=/mount_point/tmp $ TMPDIR=/mount_point/tmp $ export TEMP TMPDIR
C shell:
% setenv TEMP /mount_point/tmp % setenv TMPDIR /mount_point/tmp
Enter commands similar to the following to set the ORACLE_BASE environment variable:
Bourne, Bash, or Korn shell:
$ ORACLE_BASE=/u01/app/oracle $ export ORACLE_BASE
C shell:
% setenv ORACLE_BASE /u01/app/oracle
In these examples, /u01/app/oracle
is the Oracle base directory that you created or identified earlier.
If you intend to use Pro*COBOL, set the following environment variables. If you must specify several values for an environment variable, for example PATH, separate the values with a colon (:).
Enter the following command to ensure that the ORACLE_HOME and TNS_ADMIN environment variables are not set:
Bourne, Bash, or Korn shell:
$ unset ORACLE_HOME $ unset TNS_ADMIN
C shell:
% unsetenv ORACLE_HOME % unsetenv TNS_ADMIN
Note: If the ORACLE_HOME environment variable is set, the Installer uses the value it specifies as the default path for the Oracle home directory. However, if you set the ORACLE_BASE environment variable, Oracle recommends that you unset the ORACLE_HOME environment variable and choose the default path suggested by the Installer. |
To verify that the environment has been set correctly, enter the following commands:
$ umask $ env | more
Verify that the umask
command displays a value of 22
, 022
, or 0022
and the environment variables that you set in this section have the correct values.