Tmp And Tmpdir; Tns_Admin - Oracle Application Server B32100-01 Installation Manual

10g (10.1.4.0.1) for hp-ux itanium
Table of Contents

Advertisement

Environment Variables

2.8.5 TMP and TMPDIR

The installer uses a temporary directory for swap space. The installer checks for the
TMP and TMPDIR environment variables to locate the temporary directory. If this
environment variable does not exist, the installer uses the /tmp directory.
If you want the installer to use a temporary directory other than /tmp, set the TMP
and TMPDIR environment variables to the full path of an alternate directory. The
oracle user must have right permission for this directory and the directory must
meet the requirements listed in
Example (C shell):
% setenv TMP /tmp2
% setenv TMPDIR /tmp2
Example (Bourne or Korn shell):
$ TMP=/tmp2; export TMP
$ TMPDIR=/tmp2; export TMPDIR
If you do not set this environment variable, and the default directory does not have
enough space, then the installer displays an error message that says the environment
variable is not set. You can either set the environment variable to point to a different
directory or free up enough space in the default directory. In either case, you have to
restart the installation.

2.8.6 TNS_ADMIN

This section describes two requirements:
The TNS_ADMIN environment variable must not be set. If set, it can cause errors
during installation.
Failures"
The /etc and the /var/opt/oracle directories must not contain a
tnsnames.ora file.
These requirements are necessary to prevent conflicts between the Net configuration
files for different Oracle products.
If you need to set TNS_ADMIN or if you have the tnsnames.ora file in /etc or
/var/opt/oracle, do the following steps before installing Oracle Application
Server.
If you have the tnsnames.ora file in /etc or /var/opt/oracle, move the file
1.
from these directories to a different directory. Alternatively, you can rename the
file.
Make sure the TNS_ADMIN environment variable is not set.
2.
Example (C shell):
% unsetenv TNS_ADMIN
Example (Bourne or Korn shell):
$ unset TNS_ADMIN
After installation, you can merge the contents of the newly created tnsnames.ora
file with your existing tnsnames.ora file.
2-20 Oracle Application Server Installation Guide
Table
2–2.
Section F.3.14, "Database Configuration Assistant (DBCA)
shows such an error.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Application Server B32100-01 and is the answer not in the manual?

This manual is also suitable for:

Application server 10g

Table of Contents