Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

After create action script for Oracle DB user creation - DBUM Connector

user8744020Oct 19 2015 — edited Nov 18 2015

Hi,

After we provision a user from OIM into target system database, we need to insert the same user into the RLS_USER_GROUPS table. (INSERT INTO CAMPDB.RLS_USER_GROUPS VALUES (‘DV<username>’, RLS_DEV’); )

The requirement is to provision user to multiple databases ( different SID values). But, insert user into a table for only one database (DB1).

If I write a After Create Action File with action script, will it trigger for all the databases ? How to trigger this script only for DB1 database ?

  1. In the documentation, it is mentioned as below

Q) I have installed the connector only in OIM (there is no connector server). so, in the 3rd and 5th step, what should i mention for

Code Key       ???

Decode          ???

pastedImage_7.png

Please suggest

Thanks,

This post has been answered by user8744020 on Nov 18 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 16 2015
Added on Oct 19 2015
7 comments
1,402 views