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:
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
The hostname or IP address of the Oracle Server
The port number of the Oracle service. Default: 1521.
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.
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:
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
DBA_OBJECTS
DBA_PROFILES
DBA_ROLES
DBA_ROLE_PRIVS
DBA_TABLESPACES
DBA_TAB_PRIVS
DBA_TS_QUOTAS
DBA_USERS
Grant these privileges in ONE of the following ways:
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.
For this release of CA Identity Manager, the Oracle Connector does not support FIPs or IPv6.
You cannot use the Oracle connector manage the following operations:
Instead, use native Oracle administrative tools to work with these privileges.
|
Copyright © 2014 CA.
All rights reserved.
|
|