Add the following environment variables into a login script for the user mzadmin, ensuring the variables are always used. The example values will be used later on in the installation parameters fileĀ install.xml
.
Excerpt | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Oracle Specific Environment Variables
These environment variables only apply when using an Oracle database. The variables below are set on the machine where Oracle is installed.
Variable | Description | |||||
---|---|---|---|---|---|---|
ORACLE_HOME | Example value: This environment variable specifies where Oracle is installed. | |||||
ORACLE_SID | Example value: This environment variable specifies the Oracle SID to be used by the system.
| |||||
ORACLE_DATA | Example value: /opt/oracle/databases/<data_directory> The directory where the database will be stored. This directory must exist prior to installation. |
Note | ||
---|---|---|
| ||
In order for to function properly, the following Oracle file needs configuration:
For further information, seeĀ Appendix A - Oracle Home Settings. |
Note | ||
---|---|---|
| ||
The installation script only supports using Oracle SID. It does not support using the Oracle service name. |