How to get auto incriment value in OIM Adapter
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 ,
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 ,
0