Questions tagged [oim]

Oracle Identity Manager is a powerful and flexible enterprise identity management system that automatically manages users' access privileges within enterprise IT resources. (see http://www.oracle.com/technetwork/middleware/id-mgmt/overview/index-098451.html)

130 questions
0
votes
1 answer

sql execution through groovy

Trying to insert a row using a query. How to do reconcilation of target system using using groovy by inserting sql query? //packages import java.sql.*; import groovy.sql.Sql // class class test { //main method static void…
kumar
  • 15
  • 5
0
votes
2 answers

Role Based Provisioning in OIM

I have a project in Identity management for which I am hoping someone can point me in the right direction. It's role-based provisioning, basically I need to know how to provision a specific application based on certain user attributes (e.g. job…
Esogaco
  • 1
  • 5
0
votes
0 answers

I have to load users from a table into Certification Definition. Which api and method is to be used for it

I have a query that fetches users which are to be loaded into Certitification Definition.I am not sure which method i must use for setting these users into definition
0
votes
3 answers

Reprovision a user in AD using OIM 11 R2

i have a user in oim who i need to provision in AD. The existing AD Instance was stuck in provisioning. I need to know how to force oim to re provision this AD instance. i have already revoked the previous instance and went requested another…
Esogaco
  • 1
  • 5
0
votes
1 answer

While running UploadJars utility in OIM following exception is coming

While running UploadJars utility after giving all the parameters, utility is failing with following exception: Logging configuration class "oracle.core.ojdl.logging.LoggingConfiguration" failed java.lang.ClassNotFoundException:…
Chaitanya K
  • 1,827
  • 4
  • 32
  • 67
0
votes
1 answer

OIM 11gR2 PS3 AS400: Not able to pass connection to server job.

during the past 3 weeks I am facing a serious problem with the OIM AS400 Connector. The connectivity was working fine, until one weekend the AS400 Admins changed the storage of the AS400 System. Since then nothing seems to function. The error is…
Ioanna Katsanou
  • 484
  • 2
  • 7
  • 24
0
votes
1 answer

Not Able to Connect Prod OIM

I have a code that actually able to connect to Lab OIM but same code i am not able to connect to Prod OIM. Below is the code i am using. Did i miss anything? I have all those Jars also in my Project build path. Help and any suggestion will be…
user6183243
0
votes
2 answers

How to use the Xmx command? (JVM Heap memory)

I'm new in the Oracle world and I'm working with Oracle Identity Analytics (OIA). In the test environment everything is ok, but in production environment i'm getting an "java.lang.OutOfMemoryError", so when I checked the Xmx and Xms I saw that I had…
0
votes
1 answer

SQL Query to get the User account OIU_Key

Is there a SQL query to get get User Accounts which are in provisioned or enabled state for a particular resource?
Chaitanya K
  • 1,827
  • 4
  • 32
  • 67
0
votes
1 answer

SQL query to get recently created users in OIM

Is there a SQL query for users created in OIM. There are no dates provided while creating users in OIM, But we need to find the users on the basis of their creation date.
Chaitanya K
  • 1,827
  • 4
  • 32
  • 67
0
votes
1 answer

Query data and pass as input for another function in a loop Java

I am writing an application that required to query data from oracle database and send each queried data as input to another function in java. I am not sure how to pass those queried data as input to another function. I am trying to use Arraylist but…
user6183243
0
votes
2 answers

Is there a SQL query to get userwise provisioned account in OIM?

I need a query to check if the account is provisioned to user from database. Any clues?
Chaitanya K
  • 1,827
  • 4
  • 32
  • 67
0
votes
1 answer

Access policy is not getting triggered for Parent role

I was working on parent child roles in OIM. Suppose Role A is parent and Role B is child .Role A has access policy A attached to it and similarly Role B has access policy B attached to it. Now when i assign Role B(child role) to user Role A…
Chaitanya K
  • 1,827
  • 4
  • 32
  • 67
0
votes
1 answer

How to check the progress of evaluate user policy via SQL Query?

Is there a query to get all the users that the Evaluate User Policies job is processing or needs to process?
Chaitanya K
  • 1,827
  • 4
  • 32
  • 67
0
votes
0 answers

How to fail OIM Role Provisioning on the basis of certain condition from event handler?

I have a event handler which is working fine and gets executed on role assign and revoke. Now, I want to raise exception and stop the execution of Role provisioning on certain condition. Even though I am throwing exception Role is getting…
Chaitanya K
  • 1,827
  • 4
  • 32
  • 67
1 2 3
8 9