Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error while running a custom report in OIM

843238Jun 20 2011 — edited Jun 20 2011
Hi 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 18 2011
Added on Jun 20 2011
1 comment
66 views