Skip Headers
Oracle® Identity Manager Best Practices Guide
Release 9.1.0.2

Part Number E14761-02
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

3 Tuning Connector Performance

This chapter describes how to improve connector performance by identifying indexes that are required for connector tables.

When a connector is imported in Oracle Identity Manager, it creates certain database tables (UD_*) and updates metadata in the Oracle Identity Manager schema. The connector may be further customized to suit processes required in a particular installation with reconciliation rules, data flow, and lookup definitions. After a connector is imported and customized, indexes must be created. The following procedure describes how to identify tables and index key fields. Additional requirements can be gathered by running a reconciliation and examining database AWR reports.

To identify connector tables and index requirements:

Note:

In the following procedure, the Sun Java System Directory connector has been used as an example.

All the key fields used for field mappings must be indexed from the UD_* table or the process definition table.

  1. Figure 3-1 shows the process definition table for the Sun Java System Directory connector in the Design Console. For this connector, double-click the iPlanet User provisioning process, and then click the Reconciliation Field Mappings tab to view the field mappings

    Figure 3-1 Key Fields of a Process Definition Table

    Description of Figure 3-1 follows
    Description of "Figure 3-1 Key Fields of a Process Definition Table"

  2. Figure 3-2 shows the reconciliation field mappings for the Sun Java System Directory connector. In this figure, the table name and the key field are highlighted in red. For this connector, the UD_IPNT_USR_USERID column must be indexed.

    Note:

    This is a mandatory step during connector deployment.

    Figure 3-2 Reconciliation Field Mappings

    Description of Figure 3-2 follows
    Description of "Figure 3-2 Reconciliation Field Mappings"

Note:

if multiple (composite) keys are used for looking up a user, then composite indexes should be created.

The following are the guidelines for indexing key fields: