Integrate Microsoft FIM with Oracle HR System

Hi everybody 
I hope to find someone can help on the below scenario :
actually I'm new on FIM and I'm Planning to install it and Configure it to be used with our Oracle HR System so what I need to know is the Limitation and Supported Scenario to be used with Oracle system for example is FIM system Support the integration with
Oracle ? and if so what are the Limitation? what kind of information I have to know it from Oracle side before Start?.
Thanks,
Ahmed Ali

Ahmed,
FIM by-default provides a Oracle Connector. You can easily create MA by using it. Also, it is somewhat similar to SQL Connector in which while creating MA you have to enter the credentials along with the Table/View name which is having the Data. The columns
present in the Table/View can be used by mapping them to attributes. I am sure if you have basic idea about provisioning in FIM from one source to another, then you will be able to achieve the same easily.
You can refer to this link as help too :
http://social.technet.microsoft.com/wiki/contents/articles/18548.fim-2010-r2-how-to-make-a-connection-to-oracle-database-11g.aspx
Regards,
Manuj Khurana

Similar Messages

  • How to integrate Microsoft project to Oracle Project Management?

    Dear All,
    How to integrate Microsoft project to Oracle Project Management?
    I tried to find Oracle Project button in Microsoft Project to send Project plan to oracle projects. But I didn’t not found any button like Oracle project to upload.
    Can anyone please let me know what the prerequisites to integrate and how to import the same data in oracle Project Management Module from Microsoft Project?

    Hi,
    Please see "Oracle Project Management User Guide", Chapter 5.
    Applications Releases 11i and 12
    http://www.oracle.com/technology/documentation/applications.html
    The following documents should be also helpful.
    Note: 277096.1 - **FAQ Integration with Microsoft Projects**
    Note: 236522.1 - Oracle Project Management Release & Installation Notes
    Note: 236585.1 - Oracle Project Management Documentation
    Note: 804746.1 - Is It Possible To Use Microsoft Projects Integration Without Oracle Project Management?
    Regards,
    Hussein

  • How to integrate  microsoft outlook with WebAS

    how to integrate  microsoft outlook with WebAS

    Nibu,
    I guess users enumerated enough options in your original thread on different forum: Integration of Web AS and Microsoft OutLook and there is no need for cross-posting
    VS

  • How to integrate Crystal Report  with oracle JDeveloper 11g

    Hi,
    How to integrate Crystal Report  with oracle JDeveloper 11g
    Regards ,
    Amol

    I dont think that you can integrate Crystal Reports with JDevelpoer but you can use runtime libraries to your project to get crystal report functionality
    To know more please go through supported platforms
    [Supported Platforms|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/504d0204-681e-2b10-2381-853d88974cfc]
    Regards,
    Tej

  • How to integrate Microsoft Calendar with Spaces

    how to integrate Microsoft Calendar with Spaces

    Najeeb, the steps mentioned in the guide are related to integration of Microsoft Exchange Calendar not Outlook Calendar. I was assuming that you are interested in integration of Outlook Calendar using desktop connector similar to connector for MS. word, MS.excel and MS.powerpoint.
    How to integrate Group Space Events To Outlook Group Calendars [ID 1117746.1]

  • Integrate Microsoft sharepoint with BW

    Dear experts:
       I'd like to integrate Microsoft sharepoint with BW directly, could you provide me some documents about it , thanks.
    Eric

    Hi Eric,
    additional check this links:
    [SQL Serveru2019s Business Intelligence (BI) capabilities|http://download.microsoft.com/download/E/D/F/EDF235B0-3FFD-468D-BD29-2F33ADB4BC0C/SQL_SAPBW_Datasheet.pdf]
    [SAP BI for SharePoint Portals|https://portal.erp-link.com/sites/erpl_solutions/Solutions/Solutions%20library/iNetBIViewer.aspx]
    WebPart: iNet.BI Viewer, an add-on component for ERP-Linku2019s iNet.BI, presents SAP information and actionable business intelligence to knowledge workers within interactive, graphical views in SharePoint portals.
    Search for "[WSRP|http://www.cmswire.com/cms/portal/microsoft-releases-sharepoint-web-parts-for-sap-and-web-services-integration-000403.php] Web Part Toolkit for Sharepoint Products and Technologies for SAP iViews" to integarte Netweaver-iViews.
    [Microsoft Business Intelligence on SAP NetWeaver data|http://download.microsoft.com/download/3/3/9/339550a1-c0f7-4299-adbf-67ca0e8a413e/SAP%20MS%20BI.pdf]
    Regards
    Andreas

  • How to integrate iPayment module with external Payment System

    Hi,
    I have a requirement where I need to integrate Oracle iPayments in Release 11i with external payment system which is different than standard payment system given by Oracle,so can anybody please guide me on the steps which need to be performed to integrate Oracle iPayment with external payment system for credit card transaction processing.
    I want to implement both the models gateway payment model and payment processor model.
    It will be really helpful if anybody can provide me some sample code for the servlet to be written and the configuration steps asap.
    Thanks in advance.
    Thanks,
    Devendra
    Edited by: Devendra Pratap Singh on Mar 23, 2009 12:02 PM
    Edited by: Devendra Pratap Singh on Mar 24, 2009 4:03 PM
    Edited by: Devendra Pratap Singh on Mar 24, 2009 9:05 PM

    Devendra,
    Review the following notes:
    Note: 333676.1 - Oracle iPayment White Paper
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=333676.1
    Note: 135745.1 - iPayment API and Interface FAQ
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=135745.1
    Regards,
    Hussein

  • Integrate Sharepoint 2007 with Oracle Forms

    Hi,
    Is it possible to integrate Microsoft Sharepoint 2007 with Oracle forms 10g and above ? If so, is it the same way we integrate Word/Excel?
    Please give some tips.
    Regds,
    noneda

    Yes it is possible.
    It's different than Word/Excel, it's more like integrating a website into your form, theoretically you can also exchange data between the sharepoint and Forms/Oracle database.
    Tony

  • Integrate XMLP APIs with Oracle Forms

    Hi,
    I want to integrate XML Publisher's APIs with Oracle Forms. I have done the following to achieve this.
    1. Built a Java class to
    a.Handle the Data extraction from Database using the data template
    b.Convert the RTF to XSL-FO format
    c.Render the report by merging the xsl and the data xml files
    2.Created a jar file of the java class file
    3.Imported these classes into Oracle Form, using Jimporter
    All works fine, when I execute the form in a client-server architecture.
    But am getting the 105101 non-ORACLE exception if I run the form, when the form is deployed in an Application Server. I have set the classpath to all the xmlp APIs (xdocore.jar, xmlparserv2-904.jar, and the jar of my java class) in the .env file and also in the system's classpath.
    Could someone please clarify what else has to be done to set this right. Also, as I am relatively new to Java, can anyone clarify, the java class what I have used should be a servlet in case my Form is accessed via an Application Server or just the java class would serve the purpose.
    Thanks,
    Suresh

    Hi,
    I was able to resolve this, after I went through few threads in the same forum. I set the classpath to i18nAPI_v3.jar, collections.jar, versioninfo.jar files in the .env file apart from the xdocore.jar and xmlparserv2-904.jar.
    Now am able to execute the form and everything works fine!!
    Thanks,
    Suresh

  • Is it possible to integrate LSO 600 with an external system without SAP PI?

    Hi,
    as asked in the title, i am wondering if it is possible to integrate LSO 600 with an external (non-SAP) system without using SAP PI/XI. The external system is a middleware application which can handle RFC functions, IDocs besides the usual web service communications.
    However, i don't know how LSO and SAP PI are integrated so i wonder if their interfaces are such that instead of SAP PI another middleware could be used.

    Web Services are used. If you were to implement the services in your 3rd party middleware and configure SAP to call it, I suppose it is possible. The external course catalog can be used for CourseEnrollment and LearningProgress. See the application help for details. Don't expect to receive support from SAP with such a setup however.

  • How To Integrate ADF Application with Oracle Fusion Middleware Audit Fmwk ?

    Hi All,
    I'm having ADF/ADF Face Application (using Jdev 11.1.1.5) and want to integrate it with Oracle Fusion Middleware Audit Framework.
    I want to generate audit records by using oracle.security.jps.service.audit API and also want that Audit Policy
    for my Application will be visible and manageable through FusionMiddlewareControl (as well as othe admin tools)
    on the same way how it is for the OPSS services for example.
    Unfortunately i didn't find any detailed docs for the topics above. In the Oracle Fusion Middleware Security Guide,
    it is steated only that:
    "Stand-alone applications can be integrate d with the Oracle Fusion Middleware Audit Framework through configuration with the jps-config.xml file."
    , but nothing in details.
    Can somebody help with this, giving some more detailed info or links to the appropriate detailed documentation(if any) ?
    Thanks in advance,
    Krasimir

    deepak - why not link to the real documentation instead of that site that illegally publishes stuff?
    Krasimir - I had a look at this a long way back, and didn't explore it much further because I reached a dead end in trying to figure out how it worked. It seems to me that the function is there and may be used internally within Oracle, but that it's not documented well enough for we mere mortals of the public to use it.
    Have you tried opening an SR with Support? They won't know, but they will be able to raise it up and perhaps find someone who does know - be sure to reference this thread in your SR if you go that route.
    John

  • How to integrate Active Directory with Oracle Weblogic

    hi
    is there any Oracle Document that descripes how to integrate the LDAP Active directory with Oracle Weblogic 10.3
    Regards
    Edited by: qasas on 28-Nov-2009 13:56

    weblogic docs (and there identity asserters) - http://one-size-doesnt-fit-all.blogspot.com/2008/12/configuring-wls-with-ms-active.html

  • How to integrate android application with oracle database using oracle mobile database server.

    Hi,
    I developed one web application using oracle database. I want to implement same web application in android. My problem is how to integrate android application with existing oracle database using oracle database mobile server. Can u please guide me how to install oracle database mobile server and how to integrate android app with existing oracle database..
    Thank you.

    In the Database Mobile Doc set there is an entire book that covers the Installation of Oracle Database Mobile Server.   Chap 4 of that book contains screen shots and all kinds of information that will help guide you through the installation.   We also have a doc on the different mobile clients.  Chap 2 of that guide covers installs and integration of an android app. 
    thanks
    mike

  • Integrate Microsoft Orchestrator with LANDesk

    Hi,
    Is there any integration pack to integrate Orchestrator 2012 with LANDesk or can we do something via Web Services..?
    Regards,
    Soundarajan.

    Hi Eric,
    additional check this links:
    [SQL Serveru2019s Business Intelligence (BI) capabilities|http://download.microsoft.com/download/E/D/F/EDF235B0-3FFD-468D-BD29-2F33ADB4BC0C/SQL_SAPBW_Datasheet.pdf]
    [SAP BI for SharePoint Portals|https://portal.erp-link.com/sites/erpl_solutions/Solutions/Solutions%20library/iNetBIViewer.aspx]
    WebPart: iNet.BI Viewer, an add-on component for ERP-Linku2019s iNet.BI, presents SAP information and actionable business intelligence to knowledge workers within interactive, graphical views in SharePoint portals.
    Search for "[WSRP|http://www.cmswire.com/cms/portal/microsoft-releases-sharepoint-web-parts-for-sap-and-web-services-integration-000403.php] Web Part Toolkit for Sharepoint Products and Technologies for SAP iViews" to integarte Netweaver-iViews.
    [Microsoft Business Intelligence on SAP NetWeaver data|http://download.microsoft.com/download/3/3/9/339550a1-c0f7-4299-adbf-67ca0e8a413e/SAP%20MS%20BI.pdf]
    Regards
    Andreas

  • I need to Integrate microsoft outlook with java application

    I need to integrate outlook express with java application
    can anyone help how should i proceed with that
    Thanks in advance

    I'm not sure that there is a generically understood
    meaning for the word. Why do people enjoy being nasty
    on these threads? I was just trying to get some more
    info to help the guy out. Aren't these forums around
    to help solve problems? Why not be positve?the humorous remark was not directed at you, but merely a commentary on the sheer magnitude of obtuse questions received here. i think it is positive, because it may enlighted those who intend to ask questions to better formulate theirs before submitting.

Maybe you are looking for

  • Need ur help

    I have a requirement in reports which is as follows... i need to print in the following format in the report Title employee names data then for a different book i need to print the same Title but no employee names but data should be there.... All thi

  • Xnet database from txt file

    I have a CAN database in a .txt format.  I used access and excel to map it to a .xml file.  When I try to add it to the NI-XNET Database Editor in the Manage NI-XNET databases and add alias  it give me the error: x BFF63081.  How can I take a .txt fi

  • What can I safely remove?

    Yogo 13" - 4gb 128 ss drive version. I don't feel comfortable in my knowledge to do a complete wipe and renistall... So what can I do to get some of this crap off here... The apps, the extra bloatware...?? Also the mcafee - can't I just use windows d

  • Workflow Process - Leave of Absence in R12

    Hey guys, I am trying to find out the workflow process name for the Leave of Absence process using the FND FUNCTION Name. Previously in 11i you were able to find out the process name (pProcessName=HR_LOA_JSP_PRC) using the parameters field in the fun

  • Combating SQL Injection

    Using CFMX7: In trying to block out SQL Injection we are implementing '<cfquery params' on all related query statements for our application, however this is an undertaking for several queries that need to be validated with params. In the meantime, we