...
Excerpt |
---|
Variable | Description |
---|
MZ_HOME | Example value: /opt/mz This environment variable specifies where the software is to be installed. Note |
---|
| The directory must exist and be empty prior to the installation. |
| JAVA_HOME | Example value: /opt/jdk/jdk-11.0.4 This environment variable specifies where the JDK is installed. | PATH | The search path must contain the following directories: $JAVA_HOME/bin:$MZ_HOME/bin This environment variable specifies the search path. |
Info |
---|
title | Example - Setting Environment Variables |
---|
|
Code Block |
---|
| $ export MZ_HOME=/opt/mz
$ export JAVA_HOME=/opt/jdk/jdk-11.0.4
$ export PATH=$JAVA_HOME/bin:$MZ_HOME/bin:$PATH |
|
|
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.
...