Skip Headers
Oracle® Identity Manager Connector Guide for Database User Management
Release 9.0.3

Part Number B32351-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

2 Deploying the Connector

Deploying the connector involves the following steps:

If you want to configure the connector for multiple installations of the target system, then perform the following procedure:

To enable the option for changing the default language assigned to provisioned user accounts, perform the following procedure:

Step 1: Verifying Deployment Requirements

The following table lists the deployment requirements for the connector.

Item Requirement
Oracle Identity Manager Oracle Identity Manager release 8.5.3 or later
Target systems The target system can be any one of the following:
  • Oracle8i Database

  • Oracle9i Database

  • Oracle Database 10g

  • Oracle Real Application Clusters 10g

  • Microsoft SQL Server 2000

  • Microsoft SQL Server 2005

  • Sybase Adaptive Server Enterprise 12.5

  • IBM DB2 UDB 8.1

External code The external code consists of the following files:
  • classes12.zip (Oracle8i Database, Oracle9i Database, and Oracle Database 10g)

  • msbase.jar, mssqlserver.jar, and msutil.jar (Microsoft SQL Server 2000)

  • sqljdbc.jar (Microsoft SQL Server 2005)

  • jconn2.jar (Sybase Adaptive Server Enterprise 12.5)

  • db2java.zip (IBM DB2 UDB)

Note: These ZIP and JAR files are available in the corresponding database installation directories.

Target system user account Depending on the target system, the required user account is one of the following:
  • For Oracle Database: sys, sysdba, or system

  • For Microsoft SQL Server: sa (administrator)

  • For Sybase: sa (administrator)

  • For IBM DB2 UDB:

    Host operating system administrator account

    If IBM DB2 UDB DB2 is installed on an Active Directory domain controller, then a Microsoft Windows 2000/2003 Server (Domain Controller) Administrator account must be used.

You provide the credentials of this user account while performing the procedure in the "Defining IT Resources" section.


Step 2: Configuring the Target System

The following sections provide configuration instructions that are specific to the target system database:

Configuring IBM DB2 UDB

You configure IBM DB2 UDB by ensuring that:

  • Authentication on IBM DB2 UDB is done through the operating system. Therefore, the user that you want to provision must exist in the security system of the operating system.

    For example, if you want to provision the domain, then the target (IBM DB2 UDB server) must exist on the domain server and the user that you want to provision must exist in the domain.

  • For databases or services that you want to provision, you must enter the relevant lookup codes, corresponding to the databases or services that already exist on the target system, in the UD_Lookup.DB_Dbnames lookup definition.

  • For tablespaces that you want to provision, you must enter the relevant lookup codes, corresponding to the tablespaces that already exist on the target system, in the UD_Lookup.DB_Tablespacenames lookup definition.

  • For schemas that you want to provision, you must enter the relevant lookup codes, corresponding to the schemas that already exist on the target system, in the UD_Lookup.DB_Schemas lookup definition.

After you configure the IBM DB2 UDB installation, proceed to the "Step 3: Copying the Connector Files" section.

Configuring Microsoft SQL Server

You configure Microsoft SQL Server by ensuring that:

  • The target database in which users are to be created exists in the target Microsoft SQL Server installation.

  • The Microsoft SQL Server user account that is used to create users has DBA privileges. For example, sa/sa.

  • For Microsoft SQL Server 2005, the TCP/IP connection configuration is enabled.

    To enable the TCP/IP connection configuration:

    1. Open the Microsoft SQL Server Configuration Manager.

    2. Click SQL Server 2005 Network Configuration.

    3. Click Protocols for MSSQLSERVER.

    4. In the right frame, right-click TCP/IP and then click Enable.

After you configure the Microsoft SQL Server installation, proceed to the "Step 3: Copying the Connector Files" section.

Configuring Oracle Database

You configure Oracle Database by ensuring that:

  • The service name that is used to create users exists in the target Oracle Database installation.

  • There is sufficient space in the database to store provisioned users.

  • The Oracle Database user account that is used to create users has DBA privileges. For example, sys as sysdba/sys or system/manager.

After you configure the Oracle Database installation, proceed to the "Step 3: Copying the Connector Files" section.

Configuring Sybase

You configure Sybase by ensuring that:

  • The target database in which users are to be created exists in the target Sybase ASE installation.

  • The following scripts are run on the target Sybase database:

    • procGrantAllToUser.sql

    • procRevokeAllFromUser.sql

    Refer to the "Step 3: Copying the Connector Files" section for instructions to copy these files from the installation media ZIP file to the OIM_home\xellerate\XLIntegrations\DatabaseAccess\scripts directory.

Step 3: Copying the Connector Files

The connector files to be copied and the directories to which you must copy them are given in the following table.

Note:

The directory paths given in the first column of this table correspond to the location of the connector files in the following directory on the installation media:
Database Servers\Database User Management

Refer to the "Files and Directories That Comprise the Connector" section for more information about these files.

File in the Installation Media Directory Destination Directory
lib\xliDatabaseAccess.jar
OIM_home\xellerate\JavaTasks
OIM_home\xellerate\ScheduleTask
Files in the resources directory
OIM_home\xellerate\connectorResources
Files in the scripts directory
OIM_home\xellerate\XLIntegrations\DatabaseAccess\scripts
Files in the xml directory
OIM_home\xellerate\XLIntegrations\DatabaseAccess\xml

Note:

While installing Oracle Identity Manager in a clustered environment, you copy the contents of the installation directory to each node of the cluster. Similarly, you must copy the connectorResources directory and the JAR files to the corresponding directories on each node of the cluster.

Step 4: Configuring the Oracle Identity Manager Server

This section discusses the following topics:

Note:

In a clustered environment, you must perform this step on each node of the cluster.

Deploying the Microsoft Active Directory Connector If IBM DB2 UDB Is Used

Note:

Perform this step only if the target system is IBM DB2 UDB.

IBM DB2 UDB installed on a Microsoft Windows server does not support the creation of user accounts. Instead, it uses operating system users. It assigns the required privileges to a Microsoft Windows user to convert the user into a complete IBM DB2 UDB user. After a user account is created in Microsoft Windows, it can be assigned the relevant privileges in IBM DB2 UDB.

Therefore, if you want to use the Database User Management connector to provision accounts in IBM DB2 UDB, then you must first deploy the connector for Microsoft Active Directory in the following directory:

OIM_home\xellerate\XLIntegrations\ActiveDirectory

See Also:

Oracle Identity Manager Connector Guide for Microsoft Active Directory

Changing to the Required Input Locale

Changing to the required input locale (language and country setting) involves installing the required fonts and setting the required input locale.

To set the required input locale:

Note:

Depending on the operating system used, you may need to perform this procedure differently.
  1. Open Control Panel.

  2. Double-click Regional Options.

  3. On the Input Locales tab of the Regional Options dialog box, add the input locale that you want to use and then switch to the input locale.

Modifying the SVP Table

Change the length of the SVP_FIELD_VALUE column in the SVP table to 2000 as follows:

  1. Log in to the Oracle Identity Manager database by using the Oracle Identity Manager database user credentials.

  2. Enter the following command at the SQL prompt:

    For Oracle Database:

    ALTER TABLE SVP MODIFY SVP_FIELD_VALUE VARCHAR2(2000);
    
    

    For Microsoft SQL Server:

    ALTER TABLE SVP ALTER COLUMN SVP_FIELD_VALUE VARCHAR(2000);
    

Clearing Content Related to Connector Resource Bundles from the Server Cache

Whenever you add a new resource bundle in the OIM_home\xellerate\connectorResources directory or make a change in an existing resource bundle, you must clear content related to connector resource bundles from the server cache.

To clear content related to connector resource bundles from the server cache:

  1. In a command window, change to the OIM_home\xellerate\bin directory.

  2. Enter one of the following commands:

    Note:

    You must perform Step 1 before you perform this step. If you run the command as follows, then an exception is thrown:
    OIM_home\xellerate\bin\batch_file_name
    
    • On Microsoft Windows:

      PurgeCache.bat ConnectorResourceBundle
      
      
    • On UNIX:

      PurgeCache.sh ConnectorResourceBundle
      
      

    In this command, ConnectorResourceBundle is one of the content categories that you can remove from the server cache. Refer to the following file for information about the other content categories:

    OIM_home\xellerate\config\xlConfig.xml
    

Note:

You can ignore the exception that is thrown when you perform Step 2.

Step 5: Copying External Code

Depending on the target system, perform the steps given in one of the following sections to copy external code files:

Copying External Code Files on IBM DB2 UDB

For connectors used with IBM DB2 UDB, copy the db2java.zip file from the DB2_HOME\IBM\SQLLIB\java directory into the OIM_home\xellerate\ThirdParty directory.

After you copy the external code file, proceed to the "Step 6: Importing the Connector XML Files" section.

Copying External Code Files on Microsoft SQL Server

For connectors used with Microsoft SQL Server 2000, the required external JAR files are the JDBC driver files: mssqlserver.jar, msbase.jar, and msutil.jar.

To obtain these files, first download Microsoft SQL Server 2000 Driver for JDBC Service Pack 3 from the Microsoft Web site.

For connectors used with Microsoft SQL Server 2005, the required external JAR file is the sqljdbc.jar JDBC driver file. This file can be downloaded from the Microsoft Web site.

You must copy the required JAR files into the following directory:

OIM_home\xellerate\ThirdParty

Copying External Code Files on Oracle Database

If the connector is used with Oracle8i Database, Oracle9i Database, or Oracle Database 10g, then the required external code file is classes12.zip.

The classes12.zip file is available in the Oracle Database installation at, for example, the following path:

oracle_home\ora92\jdbc\lib\

In this directory path, oracle_home is the location where Oracle Database is installed. For example, C:\Oracle.

You must copy the classes12.zip file into the OIM_home\xellerate\ThirdParty directory.

After you copy the external code file, proceed to the "Step 6: Importing the Connector XML Files" section.

Copying External Code Files on Sybase

For connectors used with Sybase ASE, copy the jconn2.jar file from the SYBASE_HOME\jConnect-5_5\classes directory into the OIM_home\xellerate\ThirdParty directory.

Step 6: Importing the Connector XML Files

To import the connector XML files into Oracle Identity Manager:

  1. Open the Oracle Identity Manager Administrative and User Console.

  2. Click the Deployment Management link on the left navigation bar.

  3. Click the Import link under Deployment Management. A dialog box for locating files is displayed.

  4. Locate and open the xliDBAccessLogin_DM.xml file, which is in the OIM_home\xellerate\XLIntegrations\DatabaseAccess\xml directory. Details of this XML file are shown on the File Preview page.

  5. Click Add File. The Substitutions page is displayed.

  6. Click Next. The Confirmation page is displayed.

  7. Click Next. The Provide IT Resource Instance Data page for the OracleITResource IT resource is displayed. If this is the IT resource corresponding to the database that you are using, then perform the next step. Otherwise, click Next until the Provide IT Resource Instance Data page for the IT resource of the database that you are using is displayed.

  8. Depending on the database that you are using, specify values for the parameters of the IT resource. Refer to the appropriate table in the "Defining IT Resources" section for information about the values to be specified.

  9. Click Next. The Provide IT Resource Instance Data page for a new instance of the Database IT resource type is displayed.

  10. Click Skip to specify that you do not want to define a new IT resource. The Confirmation page is displayed.

    See Also:

    If you want to define another IT resource, then refer to Oracle Identity Manager Tools Reference Guide for instructions.
  11. Click View Selections.

    The contents of the XML file are displayed on the Import page. You may see a cross-shaped icon along with some nodes. Remove these nodes by right-clicking each node and then selecting Remove.

  12. Click Import. The connector file is imported into Oracle Identity Manager.

  13. Perform the same procedure to import the xliDBAccessUser_DM.xml and xliDBAccessScheduleTask_DM.xml files. These files are in the OIM_home\xellerate\XLIntegrations\DatabaseAccess\xml directory.

    Note:

    Ensure that you import the connector XML files in the specified order.

After you import the connector XML files, proceed to the "Step 7: Configuring Reconciliation" section.

Defining IT Resources

This section provides IT resource parameter values for the following databases:

IT Resource Parameter Values for IBM DB2 UDB

You must specify values for the IBM DB2 UDB IT resource parameters listed in the following table.

Parameter Description
DataBaseType Type of RDBMS

Value: DB2

DatabaseName Not required
Driver JDBC driver class

Value:

COM.ibm.db2.jdbc.net.DB2Driver

URL JDBC URL for the target database (Note: The URL that you specify must be less than 2000 characters long.)

Value:

jdbc:db2://Target_Host:6789/DatabaseName

Sample value:

jdbc:db2://10.1.1.127:6789/TESTDB

Note: Use the IP address, not the computer name or host name.

UserID User name of the DBA login that is used to create users

Value: sa

Password Not required
Target Locale: Country Country code

Default value: US

Note: You must specify the value in uppercase.

Target Locale: Language Language code

Default value: en

Note: You must specify the value in lowercase.


After you specify values for these IT resource parameters, proceed to Step 9 of the procedure to import connector XML files.

IT Resource Parameter Values for Microsoft SQL Server

You must specify values for the Microsoft SQL Server IT resource parameters listed in the following table.

Parameter Description
DataBaseType Type of RDBMS

Value: MSSQL

DatabaseName Name of the target database in which users are created

Sample value: XELL

Driver For Microsoft SQL Server 2000

JDBC driver class:

com.microsoft.jdbc.sqlserver.SQLServerDriver

For Microsoft SQL Server 2005

JDBC driver class:

com.microsoft.sqlserver.jdbc.SQLServerDriver

URL JDBC URL for the target database (Note: The URL that you specify must be less than 2000 characters long.)

For Microsoft SQL Server 2000

Value:

jdbc:microsoft:sqlserver://Target_Host:1433;DatabaseName=DatabaseName

Sample value:

jdbc:microsoft:sqlserver://192.168.49.64:1433;DatabaseName=XELL

Note: Use the IP address, not the computer name or host name in this URL.

For Microsoft SQL Server 2005

Value:

jdbc:sqlserver://serverName;instanceName:portNumber;property=value[;property=value]

Sample value:

jdbc:sqlserver://123.12.23.321:1433;database=master

Note: Use the IP address, not the computer name or host name in this URL.

UserID User name of the DBA login that is used to create users

Value: sa

Password Password of the DBA login that is used to create users

Value: sa

Target Locale: Country Country code

Default value: US

Note: You must specify the value in uppercase.

Target Locale: Language Language code

Default value: en

Note: You must specify the value in lowercase.


After you specify values for these IT resource parameters, proceed to Step 9 of the procedure to import connector XML files.

IT Resource Parameter Values for Oracle Database

You must specify values for the Oracle IT resource parameters listed in the following table.

Parameter Description
DataBaseType Type of database

Value: Oracle

DatabaseName Name of the target database in which users are created

Sample value: xeldb

Driver JDBC driver class

Value: oracle.jdbc.driver.OracleDriver

URL JDBC URL for the target database (Note: The URL that you specify must be less than 2000 characters long.)

The URL value that you must specify depends on the number of database instances and the services they support:

  • One database instance supports multiple services

    URL value:

    jdbc:oracle:thin:@//Oraclehost.domain:Oracleportnumber/Oracleservicename
    
    

    Sample value:

    jdbc:oracle:thin:@//host1.acmewidgets.com:1521/srvce1
    
    
  • Multiple database instances support one service

    URL value:

    jdbc:oracle:thin:loginid/password@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=host1_name.domain)(PORT=port1_number))(ADDRESS=(PROTOCOL=TCP)(HOST=host2_name.domain)(PORT=port2_number))(ADDRESS=(PROTOCOL=TCP)(HOST=host3_name.domain)(PORT=port3_number)) . . . (ADDRESS=(PROTOCOL=TCP)(HOST=hostn_name.domain)(PORT=portn_number))(CONNECT_DATA=(SERVICE_NAME=<name_of_Oracle_service_that_connects_all_given_hosts>)))
    
    

    Sample value:

    jdbc:oracle:thin:sys/welcome1@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST= host1.acmewidgets.com)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST= host2.acmewidgets.com)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST= host3.acmewidgets.com)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST= host4.acmewidgets.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME= srvce1)))
    
    
  • One database instance supports one service

    URL value:

    jdbc:oracle:thin:@host_name.domain:port_number:name_of_Oracle_Database_service
    
    

    Sample value:

    jdbc:oracle:thin:@host1.acemwidgets:1521:srvce1
    
UserID User name of the DBA login that is used to create users

Value: sys as sysdba or system

Password Password of the DBA login that is used to create users

Value: sys or manager

Target Locale: Country Country code

Default value: US

Note: You must specify the value in uppercase.

Target Locale: Language Language code

Default value: en

Note: You must specify the value in lowercase.


After you specify values for these IT resource parameters, proceed to Step 9 of the procedure to import connector XML files.

IT Resource Parameter Values for Sybase

You must specify values for the Sybase Server IT resource parameters listed in the following table.

Parameter Description
DataBaseType Type of RDBMS

Value: SYBASE

DatabaseName Name of the target database in which users are created

Sample value: master

Driver JDBC driver class

Value:

com.sybase.jdbc2.jdbc.SybDriver

URL JDBC URL for the target database (Note: The URL that you specify must be less than 2000 characters long.)

Value:

jdbc:sybase:Tds:Target_Host:5000/DatabaseName

Sample value:

jdbc:sybase:Tds:integnt:5000/master

UserID User name of the DBA login that is used to create users

Value: sa

Password Password of the DBA login that is used to create users

Value: sa

Target Locale: Country Country code

Default value: US

Note: You must specify the value in uppercase.

Target Locale: Language Language code

Default value: en

Note: You must specify the value in lowercase.


After you specify values for these IT resource parameters, proceed to Step 9 of the procedure to import connector XML files.

Step 7: Configuring Reconciliation

This section discusses the following topics:

Creating Scheduled Tasks for Reconciliation

To create the reconciliation scheduled tasks:

  1. Open the Oracle Identity Manager Design Console.

  2. Expand the Xellerate Administration folder.

  3. Select Task Scheduler.

  4. Click Find. The details of the predefined scheduled task are displayed.

  5. Enter a number in the Max Retries field. This number represents the number of times Oracle Identity Manager must attempt to complete the task before assigning the ERROR status to the task.

  6. Ensure that the Disabled and Stop Execution check boxes are not selected.

  7. In the Start region, double-click the Start Time field. From the date-time editor that is displayed, select the date and time at which you want the task to run.

  8. In the Interval region, set the following schedule parameters:

    • To set the task to run on a recurring basis, select the Daily, Weekly, Recurring Intervals, Monthly, or Yearly option.

      If you select the Recurring Intervals option, then you must also specify the time interval at which you want the task to run on a recurring basis.

    • To set the task to run only once, select the Once option.

  9. Provide values for the attributes of the scheduled task. These attributes are described in the following table.

    Note:

    Attribute values are predefined in the connector XML file that you import. Specify values only for those attributes that you want to change.
    Attribute Description Sample Value
    Server Name of the IT resource OracleITResource
    Target System Login Recon - Resource Object name Name of the target system parent resource object Database Access (Login)
    Target System User Recon - Resource Object name Name of the target system child resource object Database Access (User)
    Trusted Source Recon - Resource Object name Name of the trusted source resource object For trusted source reconciliation:

    Xellerate User

    For nontrusted reconciliation:

    False

    DB2DBName For IBM DB2 UDB, Microsoft SQLServer, and Sybase, specify the name of the target database from where data is to be reconciled.

    For Oracle Database, do not specify any value for this attribute.

    TESTDB

    See Also:

    Oracle Identity Manager Design Console Guide for information about adding and removing task attributes
  10. Click Save. The scheduled task is created. The INACTIVE status is displayed in the Status field, because the task is not currently running. The task is run at the date and time that you set in Step 7.

Enabling Reconciliation in Oracle Identity Manager Release 9.0.1

If you are using Oracle Identity Manager release 9.0.1, then you must perform the following procedure to enable reconciliation:

See Also:

Oracle Identity Manager Design Console Guide
  1. Open the Process Definition form for the Database Access (Login) User. This form is in the Process Management folder.

  2. Click the Reconciliation Field Mappings tab.

  3. For each field that is of the IT resource type:

    1. Double-click the field to open the Edit Reconciliation Field Mapping window for that field.

    2. Deselect Key Field for Reconciliation Matching.

  4. Repeat Steps 1 through 3 for the Database Access (User) user.

Step 8: Compiling Adapters

The following adapters are imported into Oracle Identity Manager when you import the connector XML file:

You must compile these adapters before you can use them to provision accounts on the target system.

To compile adapters by using the Adapter Manager form:

  1. Open the Adapter Manager form.

  2. To compile all the adapters that you import into the current database, select Compile All.

    To compile multiple (but not all) adapters, select the adapters you want to compile. Then, select Compile Selected.

    Note:

    Click Compile Previously Failed to recompile only those adapters that were not compiled successfully. Such adapters do not have an OK compilation status.
  3. Click Start. Oracle Identity Manager compiles the selected adapters.

  4. If Oracle Identity Manager is installed in a clustered environment, then copy the compiled adapters from the OIM_home\xellerate\Adapter directory to the same directory on each of the other nodes of the cluster. If required, overwrite the adapter files on the other nodes.

To view detailed information about an adapter:

  1. Highlight the adapter in the Adapter Manager form.

  2. Double-click the row header of the adapter, or right-click the adapter.

  3. Select Launch Adapter from the shortcut menu that is displayed. Details of the adapter are displayed.

Note:

To compile one adapter at a time, use the Adapter Factory form. Refer to Oracle Identity Manager Tools Reference Guide for information about using the Adapter Factory and Adapter Manager forms.

Configuring the Connector for Multiple Installations of the Target System

Note:

Perform this procedure only if you want to configure the connector for multiple installations of the target system. Refer to Oracle Identity Manager Design Console Guide for detailed instructions on performing each step of this procedure.

To configure the connector for multiple installations of the target system:

  1. Create and configure one IT resource for each target system installation.

    The IT Resources form is in the Resource Management folder. An IT resource is created when you import the connector XML file. You can use this IT resource as the template for creating the remaining IT resources, of the same IT resource type.

  2. Configure reconciliation for each target system installation. Refer to the "Step 7: Configuring Reconciliation" section for instructions. Note that you only need to modify the attributes that are used to specify the IT resource and to specify whether or not the target system installation is to be set up as a trusted source.

    You can designate either a single or multiple installations of the target system as the trusted source.

  3. If required, modify the fields to be reconciled for the Xellerate User resource object.

When you use the Oracle Identity Manager Administrative and User Console to perform provisioning, you can specify the IT resource corresponding to the target system installation to which you want to provision the user.

Changing the Default Language Assigned to Provisioned User Accounts

Note:

The instructions given in this section are not part of the deployment procedure.

If you want to enable the option for changing the default language assigned to provisioned user accounts, then:

See Also:

Oracle Identity Manager Design Console Guide
  1. Open the Oracle Identity Manager Design Console.

  2. Open the process form for Database Access (Login).

  3. On the Tasks tab, select the Default Language Updated task.

  4. Select Allow Multiple Instances.

  5. Click Save.