OIM DB question

It is a simple question, but I am not able to figure this out.
I installed Oracle Database 11g Express Edition and when I used RCU, it gave an error saying JVM missing and I found in the forums that we should uncheck the OIM option, but I am installing the DB for OIM.
So I tried to install Standard
Can I use Standard Edition One, I had issues configuring this one - not a DB expert.
Any suggestions? I did look at the DB requirements, but could not find if I can use Express Edition or not.
Thanks.

Looks like XE is not supported.
RCU DB Requirements
-Bikash

Similar Messages

  • OIM - Conceptual question

    Hi All
    I have some confusion about parent table and child table w.r.t to resource provisioning. Say for example, if I am using the AD connector, then I will have a main parent table for AD RO and a child table for AD Groups. When I try to provision a user, I populate the parent table data on the process form and then select a particular group and attach it to parent table, a user gets provisioned to AD with that group. This will trigger two process tasks as below:
    1. Create AD user
    2. Add to AD group
    I want to know that how OIM knows when it has to call the second task and whether it has to call the 2nd task or not. Where in OIM can I see this linkage.
    Is it something like if there is a row populated in child table, it automatically calls the second task. Is there any way, I can see this linkage or is it internal to OIM.
    Please let me know if anyone has idea about this.
    Thanks

    I guess you have already answered your question ..,
    If you see your process task Add user to group and look up for some thing like Child table and trigger type (down left corner) . When ever you add a child data from web app , A row would be inserted in the child table and this task has a mapping that when ever a insert opertion happens in this child table , invoke me . So its invoked .
    Create user task is called as its the only non conditional task in the process definition . All non conditional task would be invoked
    Thanks
    Suren

  • Question on OIM security questions

    Hello,
    I am currently using tcUnauthenticatedOperationsIntf.getChallengeValuesForUser() to obtain questions for a user that is not logged in.
    There is another requirement where need to find the same information for a user that is logged in.
    tcUnauthenticatedOperationsIntf.getChallengeValuesForUser() does not work for a user that is logged in - I get a user invalid exception.
    I could use ChallengeResponseService.getChallengesForLoggedInUser() ; However, I do NOT have the user's password handy at this point, am way past the login page.
    All I need to find out really is if the questions for the user have been set or not. If there is anther way of finding this information out, like an OIM flag or something that I can query using the API, that would be great.
    Appreciate all the help I can get.
    Thank you.

    We also tried unauthenticatedSelfService.getChallengeQuestions() and had no luck with it. We get a user invlid exception for this one too:
    Caused by: oracle.iam.selfservice.exception.UserAccountInvalidException: User account is invalid
    at oracle.iam.selfservice.uself.uselfmgmt.impl.UnauthenticatedSelfServiceImpl.getChallengeQuestions(UnauthenticatedSelfServiceImpl.java:108)
    at oracle.iam.selfservice.uself.uselfmgmt.api.UnauthenticatedSelfServiceEJB.getChallengeQuestionsx(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Other options we tried (None of them worked):
    ChallengeResponseService.getChallengesForLoggedInUser - can't use this, it needs password.
    ChallengeResponseService.getChallengesForUser - didn't work, same exception: user invalid
    ChallengeResponseService.getChallenges - didn't work: javax.ejb.EJBAccessException: [EJB:010160]Security Violation: User: '<anonymous>' has insufficient permission to access EJB: type=<ejb>
    AuthenticatedSelfService.getChallengeValuesForSelf() and AuthenticatedSelfService.getUserDefinedChallengeQuestions(java.lang.String userName) : None of them worked either - I presume they would work if we had the password but we don't.
    Again, the objective here is to use the api and find out if the questions & answers for a user have been set. Constraints are that we are logged in, but we don't have the password.

  • OIM-Challenge Questions

    In OIM,
    there are 5 secuirty Questions.
    1.I want that users cant enter same answer for all questions? How it can be done any idea?
    2. Can I force users to answer all 5 questions instead of 3 ?
    Thanks
    Vivek

    1. you can enter the same answers, but it is not possible to force all answers to be the same
    2. system configuration PCQ_NO_OF_QUES

  • OIM challenge question complete customisation

    Hi,
    I have two requirements.
    1. My requirement is that instead of 3 Challenge questions for Forgot password feature in OIM, I need a text field which will ask for email id of the user. As soon as user gives the emailid and clicks on submit,the emailid should be validated with the userid provided and his lost password should be retrieved and mailed to his email id.
    2. Instead of 3 Challenge questions for Forgot password feature in OIM, I need a text field which will ask for email id of the user. As soon as user gives the emailid and clicks on submit,the emailid should be validated with the userid provided. Then a new password should be set for that userid and a mail should be triggered with that new set password.
    Please let me know which one of the above is possible and how to implement it??

    If you talk about customization then you can implement both cases but I can't give you estimation like how much time will it take to implement.
    2nd way will be easier than this.
    If we think OOTB, if you go to lookup and make the question : Enter your email address
    You can set Users' Email address as the answer for this question (May ways - sch task).
    So whenever user want the new password then he will be asked a question "Enter your Email Address"
    He has to provide email address and it will be authenticated against OIM and you can just create an entity adapter which will send the email to user with new password. No UI customization. Just little bit coding.
    Even you don't need email. So no need to create entity adapter. So just go to Desogn console and do sm changes in System Configuration for questions like no of questions from 3 to 1 and do changes in lookup.

  • Urgent: OIM 10g question

    Hi
    I am trying to understand if there is any way we can control the interval for USR_KEY generation. I see that the key is incremented by non-uniform interval in my OIM setup. In one of the environments, the USR_KEY is generated at an interval of 20.
    Can anyone explain this process of generation of USR_KEY.
    Thanks

    I use SQL Developer to view all the objects. You will want to restart your App server and Database if you make a change because these are values put into memory. You need to change the cache size.
    -Kevin

  • OAM / OIM - Conceptual question

    Hi all,
    I'm trying to understand the overlap between OAM and OIM in terms of identity management. I'm going through the OAM manuals and it talks about OAM's Identity System in a way that very closely resembles a lot of what OIM does, ie. user management, groups, delegated admin, self admin, etc...
    I'm trying to understand how these two fit together. I know OIM does a lot more in terms of provisioning to other resources... is OAM considered a resources that OIM provisions to? If you have OIM and OAM, it seems that there's now 2 repositories of user data....
    Can someone explain (or point me to a doc that does) the relationship(s) between OIM and OAM, how they fit together, which drives the other, etc...?
    Thanks very much
    Alex

    OAM's Identity System is web based self service tool for users to edit their information for their identity records. Forgot Password Service will help the users to reset their passwords. Oracle Access Manager's main functionality is the Single Sign On feature and to offer AU and AZ services. Also OAM's Identity System helps you to create/manage/delegate LDAP Dynamic Groups and Organizations. Remember, OAM will not be able to provision users with LDAP Accounts. You need to create LDAP Accounts and then you can manage the users via OAM Identity System. You can also create users from OAM Identity System but no one creates users from OAM Identity System in a corporate environment. OAM Identity System is designed to provision the Access Administrators with capability of creating/managing/delegating the tasks of Dynamic LDAP Groups which are in turn used in AZ rules for Access Policies. AFAIK, creating users and organizations from OAM - Identity System is not recommended. My recommendation for using the OAM Identity System is to limit the usage to LDAP Dynamic Group Creation. As a Access Administrator it will be very convincing to create the groups without contacting the LDAP Teams.
    On the other hand, OIM can synchronize with Corporate HR systems/AD/LDAP and other authoritative identity sources and pull the records to OIM. Based on the business roles, OIM can automatically provision the users with all required resources with appropriate access rights. OIM also offers Forgot Password and Password Reset services which are recommended for usage in a corporate environment. Also I don't think you can create LDAP Dynamic Groups and Organizations in an authoritative LDAP via OIM.
    Coming to the integration part, OAM can protect OIM and offer Single Sign On to OIM Services. OIM can provision users to OAM but not straight forwards as there is no connector provided for OAM OOTB. If you have both OIM and OAM still you have a single identity (user) store. Both OAM and OIM will talk to the single user store for synchronization. For OIM, you will have a user account in OIM System apart from the user directory but for OAM you will use the account from the user directory to access Identity and Access Services.

  • OIM 11g Question

    Hi All,
    Can we create custom datatypes and access those using the OIM API. If yes, please let me know how to do that..??
    Thanks,
    anag

    I understand in OIM there is User, Role and Organisation Types.
    Is it possible to,
    1. Create a new type e.g. Assessment (which contains a number of attributes and references such as name, company, organisation, etc)
    2. If possible, can you access (Read, Delete, Insert, Update) the custom type through OIMclient API, SPML webservice or any other means?
    Thanks

  • OIM - .xldatabasekey question

    Is it possible to use a .xldatabasekey DURING Installation from another OIM environment?
    OR, how exactly OIM creates the .xldatabasekey during installation?
    Is there a way to intervene the process during the installation?

    Hi Rajiv,
    Yes, I am aware of that process (copying key to another instance). However I am specifically interested to know about .xldatabasekey during the OIM installation itself - When we create a "fresh" OIM database - is it possible to use our own key?
    If we can use the same database key during the OIM install, I feel that it will be easy during a OIM Upgrade process (such as we can copy the usr_password directly using SQL).
    Regards
    Vijay Chinnasamy
    Edited by: Vijay_Chinnasamy on Jun 15, 2011 4:01 PM

  • OIM upgrade question

    What is the purpose of using upgrade assistant to upgrade OIM Middle tier?
    What this upgrade OIM Middle tier task will do?
    Pls assist.

    upgrade middle tier performs following tasks:
    - Upgrades OIM 9i components ti 11g
    - Loads all jars (except event handlers) into database OIMHOME_JARS table
    - Performs adapter up gradations
    - All formmetadata.xml components are converted to equivalent 11g configurations
    - Implements MDS configurations of 9i into 11g MDS database
    - Performs SOA configurations
    Overall upgrade is two stage process:
    - Database schema upgrade
    - Middle tier upgrade (components of OIM upgraded)
    Refer below:
    http://docs.oracle.com/cd/E21764_01/upgrade.1111/e10129/upgrade_oim.htm
    regards,
    GP

  • OIM Challenge question and answers

    Hi,
    Is there some way I can prevent users from putting in the same answer for all the challenge questions?
    For example OOTB you can say sam, sam and sam for all 3 challenge questions.
    Thanks in advance.

    Yes, you can easily add additional questions to the Lookup.WebClient.Questions Lookup to allow some additional choices. We have added quite a few additional choices, we have noticed that removing them once people have selected them causes some errors.
    You can also customize the required number of questions to select when each user sets them up as well as the number required to be correct to reset the password, these options are in the System Configuration settings.
    If you need multi-language versions of the questions, you will also need to modify the appropriate language resource file in the xlWebApp.war file to provide the necessary translations for the values entered into the Lookup.

  • OAM domain configuration: question

    When installing OAM, and during domain configuration for OAM specific, in the following
    screen where you select Admin Server, Managed Server, Cluster, Deployment Services etc
    there are two more options
    JMS File Store and JMS Distributed Destination which do not show up- these only show
    up for domain configuration for OIM.
    Question: Why JMS options do not show up during OAM domain config? But show up
    during OIM domain config.

    Unfortunately this is currently not a supported configuration. A domain must contain a single ALSB cluster. This is something we are looking to improve in the future.
    Gregory

  • Need Training on OIM?

    Hi Friends,
    Iam nithin from hyderabad,completed my graduation.Iam interested to learn OIM.In hyderabad non of the institutes r teaching this course.so can any one provide me Training on OIM.

    Good question which pops up every now and then do I decided to create a blog post about this: http://iamreflections.blogspot.com/2010/11/new-to-oim.html
    If you are interested in OIM and have a useful degree it would probably not be very hard to get a job as a junior developer at one of the system integrators. Feel free to contact me through LinkedIn if you are interested.
    Best regards
    /Martin

  • How to pull the job with the latest effective date in PSFT?

    Hello,
    I am running the PSFT 9.1.1 connector workforcefullsync.
    I ran into a problem when the user has multiple job records. Each time that the user job is updated, a new job record is created. So, when the data comes from PSFT, for a user, we have multiple jobs records with different effective date (For example <EFFDT IsChanged="Y">1996-10-21</EFFDT>). OIM is only interested in the latest EFFDT.
    Question 1: is it something that we can set on the PeopleSoft side, so that only the job with the highest EFFDT is sent to OIM?
    Question 1b: is this is not easy to accomplish from the PSFT side, can I use transformation in the connector to only pull the job record with the highest effective date?
    Question 2: if the EFFDT shows a date in the future (HR wants to disable a person in the future), does OIM ignore this change until the sysdate is after that EFFDT date?
    Thanks
    PS: workforcefullsync worked fine if the file contains only 1 job per employee. When the xml files contain multiple job records, I got the error:
    ERROR QuartzWorkerThread-1 OIMCP.PSFTER - oracle.iam.connectors.psft.common.handler.impl.PSFTWorkForceSyncReconMessageHandlerImpl : handleMessage
    ERROR QuartzWorkerThread-1 OIMCP.PSFTER - 1
    ERROR QuartzWorkerThread-1 OIMCP.PSFTER - Description : 1
    ERROR QuartzWorkerThread-1 OIMCP.PSFTER - java.lang.ArrayIndexOutOfBoundsException: 1
    Edited by: user12049102 on Mar 22, 2010 12:06 PM

    Hello,
    When the PSFT team sends a message over to OIM to disable a user with today's date, the user got disabled fine in OIM. A reconciliation event is created.
    When the PSFT team sends a message over to OIM to disable a user with a future date for EFFDT, let's say 3/31/2010, no reconciliation event was created.
    Does OIM store this information somewhere so that it will process it later on?
    It's a good thing that OIM does not disable the user who has an EFFDT in the future, but we don't want that record to be forgotten.
    Please help.
    Thanks

  • OIM.. challenge questions one at a time

    Hello,
    I have a requirement in OIM wherein when a user logs, the challenge questions needs to be posted one a time, rather than all the questions. I could not find any hint from system properties or in tables of OIM. Wanted to know if this do-able and if yes, what parameters need to be set?
    Any help is appreciated.
    Thank you..

    Does that mean, I have to write a custom code for this feature??

Maybe you are looking for