Connection to Oracle Databases

The database agent can connect either to an Oracle Database instance or to Oracle RAC nodes.

Single Instance Oracle Connections

This is the standard connection method. The Database can only connect to an Oracle Database instance. The Job object contains the relevant connection data.

The database agent's INI-file parameter useOraClient= (section [SQL]) must be set to the value "0".

Oracle RAC connections

The database agent can connect itself to Oracle RAC nodes. The Oracle file tnsnames.ora contains the relevant connection data. It is not necessary to fill in the field "Server" in the Job object's SQL tab.

The agent's connection information itself has to be defined by using Connection objects (e.g. in SQL variables). In the Connection object you would use Oracle or Oracle OCI as connection type.

The following steps are required in addition to installing the database agent:

  1. Set the database agent's INI-file parameter useOraClient= to the value "1".
  2. Install the Oracle Client.
  3. The "Oracle Full Client" must be installed (instead of "Oracle Instant Client").