Previous Topic: Oracle ConnectorNext Topic: Required Oracle Administrator Account Privileges


Oracle Configuration

The Oracle connector is managed by CA IAM CS.

Communication between the Provisioning Server and the Oracle server relies on a JDBC connection. A URL specifies connection details to each server, as illustrated in the following example:

jdbc:oracle:thin:@hostname:port:servicename
hostname

The hostname or IP address of the Oracle Server

port

The port number of the Oracle service. Default: 1521.

servicename

Oracle Service Name to connect to.

Example URL

The following URL connects to an Oracle instance named ORACLE running on the default port on the server named oracle_server_host:

jdbc:oracle:thin:@oracle_server_host:1521:ORACLE

For more information, search for JDBC on the Oracle site.