Hi, I am new to JDBC provisioning queries, at the time only been working with provisioining rules, but I want to give a try on this.
I am working with an Oracle database, and I have some store procedure for account creation (let say that SP name is createUser, which receives login, password, status, description, name and last name).
In which format do I must write this in the account creation provisioing query? How do I deal with plan variables that can be sent empty, they appear as NULL? (for example $plan.description.string$).
Hi Ivan! Thanks for your response! Do you know how it deals with null values? For example, identity description field is empty, do you know if $plan.description passes as NULL or ‘‘?