Enabling Oracle Data Connections

Availability Notes:
  • The packages for enabling Oracle Data Connections are for RHEL 6.x / CentOS 6.x

To Enable the Oracle Data connection you must download and install two RPMs:

For Oracle 11g, you must use the following RPMS:

For Oracle 12c, you must use the following RPMS:

To install, follow these steps:

  1. Copy (scp, and so on) the two RPMs to the Arcadia Visualization Server.
  2. Ensure the correct rpms are in the current directory. A directory listing request should show:

    cx_Oracle-5.2.1-11g-py26-1.x86_64.rpm
    oracle-instantclient11.2-basic-11.2.0.4.0-1.x86_64.rpm
  3. Install the RPMs (and any dependencies).

    sudo yum install cx_Oracle-5.2.1-11g-py26-1.x86_64.rpm oracle-instantclient11.2-basic-11.2.0.4.0-1.x86_64.rpm