iSelfSchooling.com - Copyright © 1999-2009  References  |  Job Openings  | Login (Staff | Members)
    Home  | Search more...  | Community of Sharing Knowledge (with FREE Online Video Training)
    Oracle Syntax  | Suggestions  | Private Tutoring  | Member Collaboration  | Get Translations...

  Copyright & User Agreement

    Email2aFriend  | Homepage us! |  Bookmark

Services

 Vision/Mission

 Services

 Biography

 Contact Us

 

 FREE Training

 SQL

 PL/SQL

 Forms 

 Reports

 Other TOOLS

 Fundamentals

 Performance

 OEM

 Application Server

 Grid Control

 Articles

 Prepare for OCP

 

More to know...

Acknowledgement___

 Who is who

 University Directory

 Links...

 

 

 

 

FREE Online Oracle Training for beginners and advanced - The most comprehensive Oracle tutorial

The authors do not guarantee or take any responsibility for the accuracy, or completeness of the information.

BASICS

SQL | PL/SQL

DEVELOPERS

FORMS 2 | REPORTS | Other TOOLS

DBAs

FUNDAMENTALS 2 | PERFORMANCE | OEM

ADVANCE

APPLICATION SERVER | GRID CONTROL | ARTICLES 2 3 4

Advanced - Application Server

Lesson 01 | Lesson 02 | Lesson 03 | Lesson 04 | Lesson 05 | Lesson 06 | Lesson 07 | Lesson 08 | Lesson 09 | Lesson 10 | Lesson 11 | Lesson 12 | Lesson 13 | Lesson 14 | Lesson 15 | Lesson 16 | Lesson 17 | Lesson 18 | Lesson 19 | Lesson 20 | Lesson 21 | Lesson 22 | Lesson 23 | Lesson 24 | Lesson 25 | Lesson 26 | Lesson 27 | Lesson 28 | Lesson 29 | Lesson 30 | Lesson 31 | Lesson 32 | Lesson 33 | Lesson 34 | Lesson 35 |

Lesson 24

"Sit in reverie and watch the changing color of the waves that break upon the idle seashore of the mind."

-Henry Wadsworth Longfellow (1807-1882)

How to integrate OID Oracle Identity Management Infrastructure with Other directories and Applications

(LESSON 24)

 

Oracle provides two types of Directory Integration services.

-         Synchronization: This service keeps other directories consistent with the central OID server in an enterprise with multiple LDAP directories.

-         Provisioning: This service sends notifications to the LDAP-enabled applications to reflect changes made to a user’s status or group information.

 

The difference between provisioning and synchronization are:

-         Synchronization happens at the application deployment time but provisioning happens at the application design time.

-         Synchronization has maintenance effort of high but provisioning need only a minimal effort, only at installation time.

-         Synchronization has two-way communication direction but provisioning has only one-way and that is from OID to applications.

-         Synchronization handles any data in a directory but provisioning only restricted to provisioned users and groups.

 

You can create different integration profiles by using the ODM, DIP assistant, and provisioning subscription tool.

 

You may use the OIDCTL and ODISRV tools to start your integration services. The Integration server performs the following tasks;

-         Schedulers connectors

-         Data import and export

-         Mapping

 

How to start and stop the Integration server by using oidctl command:

To start the Integration server:

$ cd $ORACLE_HOME/bin

$ oidctl connect=your-instance server=odisrv instance=2 configset=1 flags=”-p 3060” start

 

To stop the Integration server:

$ oidctl connect=your-instance server=odisrv instance=2 configset=1 flags=”-p 3060” stop

 

How to view Integration server details

Use the Oracle Enterprise Manager Application Server Control to view your Integration server details.

 

Open Enterprise Manager Application Server Control by using the following URL:

http://<hostname.domain>:1810 or 1156 etc.

 

Type the above URL in your address bar. In the login dialog box, enter username orcladmin with its password and then click the “OK” button.

 

When the “farm” page with standalone instances were displayed, click on the infrastructure instance. In the “System Components” page, click on the “Internet Directory” or “OID” instance link.

 

Now, you should be able to click on the “Directory Integration” link on the “Status” section. The “Directory Integration Profiles” page will be displayed.

 

 
 
Google
 
Web web site