OIM Database Tables - IDM IAM Knowledge
OIM Database Tables - IDM IAM Knowledge
Note : This table contains a column providing information of provisioning mechanism i.e. How
the entitlement was added. (via Reconcillation, Direct Provisioning, Access Policy, Manual
Provisioning etc).
OIU — It is the major table that will be linked to other tables like OST, ORC, OBI, USR,
APP_INSTANCE etc. It stores user account information
Queries-
Get all accounts along with status present under user’s proCle:
SELECT *
FROM ent_assign, usr, catalog, oiu, ost, orc
WHERE ent_assign.ent_list_key=catalog.entity_key AND Ent_assign.usr_key=usr.usr_key AND ent_assign.oiu_key=oiu.oiu_key AND o
Rejected Tasks:
SELECT *
FROM osi, sch, mil , orc,usr, oiu
WHERE orc.orc_key=osi.orc_key AND sch.sch_key=osi.sch_key AND oiu.orc_key=orc.orc_key AND oiu.usr_key=usr.usr_key AND osi.mi