Previous Topic: Manage Oracle Applications User AccountsNext Topic: Suspend Operation Locks User Accounts


Oracle Connector

The Oracle Connector lets you administer accounts and groups on Oracle systems and provides a single point for all user administration by letting you do the following:

Oracle Configuration

The Oracle connector is managed by CA IAM Connector Server.

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.

Required Oracle Administrator Account Privileges

The Oracle administrator account that you use with CA Identity Manager is the account name that you enter in the System Logon field of the Endpoint tab of the Oracle Endpoint property sheet.

Give this account at least the following privileges:

System privileges

Alter Profile
Alter Any Role
Alter User
Create Profile
Create Role
Create Session
Create User
Drop Profile
Drop User
Drop Any Role
Grant Any Privilege
Grant Any Role

SELECT object privilege on the following views in the SYS schema

DBA_OBJECTS
DBA_PROFILES
DBA_ROLES
DBA_ROLE_PRIVS
DBA_TABLESPACES
DBA_TAB_PRIVS
DBA_TS_QUOTAS
DBA_USERS

Sufficient privileges to Oracle accounts for packages and procedures

Grant these privileges in ONE of the following ways:

Oracle Migration Steps

To migrate from the C++ Oracle connector to the Java Oracle connector, you must do the following:

Once this has been done, all types of operations can be executed against the existing Oracle endpoints seamlessly.

Oracle Support for FIPS and IPv6

For this release of CA Identity Manager, the Oracle Connector does not support FIPs or IPv6.

Limitations
Connector Cannot Manage Some Privileges

You cannot use the Oracle connector manage the following operations:

Instead, use native Oracle administrative tools to work with these privileges.