Trying to use OIM API in DB Java Stored Procedure
Creating a java class - or two, to utilize the OIM API to modify user information. Then import/enter/key in the java class details into Oracle RDBMS as a Database Java Class. Then desire to create a Java Stored Procedure in RDBMS to call the OIM API Java class.
DB is 11g
OIM is 11gR2 PS2
Not trying to do anything too difficult, just desire to update the usr information such as last name, status, end date, etc. via OIM API call from Java Stored Procedures.
Using JDeveloper to create the class(es)
Using SQL Developer to load the Java class via "Load Java" - "Source Text" function and the class will not compile. Open to other ideas.