Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

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.

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.

Note!

You should use an absolute path and avoid using a symlink for the MZ_HOME directory to avoid any issue during installation or upgrade.

JAVA_HOME

Example value: /opt/jdk/jdk-17.0.2

This environment variable specifies where the JDK is installed. For example:

/opt/jdk-<interim.update.patch>

PATH

The search path must contain the following directories: $JAVA_HOME/bin:$MZ_HOME/bin

This environment variable specifies the search path.

Example - Setting Environment Variables

$ export MZ_HOME=/opt/mz
$ export JAVA_HOME=/opt/jdk/jdk-17.0.2
$ export PATH=$JAVA_HOME/bin:$MZ_HOME/bin:$PATH

Note!

In order for to function properly, the following Oracle file needs configuration:

$ORACLE_HOME/network/admin/listener.ora

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.

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.