Identity Management (MOSC)

MOSC Banner

How to get auto incriment value in OIM Adapter

edited Mar 23, 2013 7:07PM in Identity Management (MOSC) 3 commentsAnswered
Hi,
I am developing a custom application using java to integrate Oracle Database application with OIM. In the target system User table have a auto increment value implemented by trigger. My question is How can I get this value in OIM Adapter. Please see my Java code. Here I can select SID auto increment value from the MST_USER_MASTER table. but I can't return this value to OIM Adapter because I have already return COMPLETED or ERROR status. Any one please help me to figure it out.


..........................................................................................................................
    public String createUser(String aUserID,        //sid Auto Increment
                             String aName,
                             String aUnit ,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center