Error while running a custom report in OIM
843238Jun 20 2011 — edited Jun 20 2011Hi All,
I have created a new custom report for OIM and written a stored procedure for that. But while running the report from Admin console, its throws the below error:
java.sql.SQLException: ORA-00911: invalid character
ORA-06512: at "IDM.XL_EXCEPTION", line 149
ORA-06512: at line 1
ERROR,19 Jun 2011 22:09:31,665,[XELLERATE.WEBAPP],Class/Method: ReportAction/displayTabularReport encounter some problems: Error executing stored procedure
Thor.API.Exceptions.tcAPIException: Error executing stored procedure
Line 149 : DBMS_OUTPUT.PUT_LINE('select stmt ='|| select_stmt);
"select_stmt" is a select query based on the OIM tables.
Please advice.