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 ?
- 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 ???

Please suggest
Thanks,