Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image Modified

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.

VariableDescription

ORACLE_HOME

Example value: /opt/oracle/product/12

This environment variable specifies where Oracle is installed.

ORACLE_SID

Example value: MZ

This environment variable specifies the Oracle SID to be used by Image Added.

Note
titleNote!

The Oracle SID name can not be longer than 8 characters.


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
titleNote!

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

$ORACLE_HOME/network/admin/listener.ora

See below for examples.


Listener and Tnsnames Example

Below are examples of configurations in listener.ora and tnsnames.ora

...