Installing Oracle Connection Manager Using an Image File

Starting with Oracle Database Client 23ai, Oracle Connection Manager is available as an image file for installation and configuration.

You must extract the image software (client_cman_home.zip) into the directory where you want your Oracle Database Client home to be located, and then run the Setup Wizard to start the Oracle Connection Manager installation and configuration.

Have all the information you need to provide regarding storage paths before you start the installation. During installation, you are asked to run configuration scripts as the root user. You must run these scripts manually as root when prompted.

  1. Log in as the Oracle installation owner user account (oracle).
  2. Download the Oracle Database Client installation image files (client_cman_home.zip) to a directory of your choice. For example, you can download the image files to the /tmp directory.
  3. Create the Oracle home directory and extract the image files that you have downloaded in to this Oracle home directory. For example:
    mkdir -p /u01/app/oracle/product/23.0.0/client_1
    chgrp oinstall /u01/app/oracle/product/23.0.0/client_1
    cd /u01/app/oracle/product/23.0.0/client_1
    unzip -q /tmp/client_cman_home.zip

    Note:

    • Oracle recommends that the Oracle home directory path you create is in compliance with the Oracle Optimal Flexible Architecture recommendations. Also, unzip the installation image files only in this Oracle home directory that you created.
    • Oracle home or Oracle base cannot be symlinks, nor can any of their parent directories, all the way to up to the root directory.
  4. From the Oracle home directory, run the runInstaller command to start the Oracle Database Client Setup Wizard.
    $ cd /u01/app/oracle/product/23.0.0/client_1
    $ ./runInstaller

    Note:

    Run the runInstaller command from the Oracle home directory only. Do not use the runInstaller command that resides at $ORACLE_HOME/oui/bin/, or any other location, to install Oracle Database, Oracle Database Client, or Oracle Grid Infrastructure.
  5. The setup wizard starts the Oracle Connection Manager type installation of Oracle Database Client.

    Respond to the configuration prompts as needed to provide information such as the Oracle base and Oracle inventory.

    Note:

    At any time during installation, if you have a question about what you are being asked to do, click Help.