Summary
BIP: xdo_user_roles: unimplemented or unreasonable conversion requested
Content
Hi experts,
https://fuscdrmsmc33-fa-ext.us.oracle.com/xmlpserver:
in my Data Model, I need to get the user roles, so I followed the following page
https://docs.oracle.com/cd/E36909_01/fusionapps.1111/e26386/create_data_sets.htm#T556760
and created a Data Model basing on a simple SQL Query:
select :xdo_user_roles as USER_ROLES from dual
When I try to view data:, there is an error:
oracle.xdo.servlet.data.DataException: oracle.xdo.XDOException: java.sql.SQLException: ORA-01460: unimplemented or unreasonable conversion requested
Do yo know what is wrong ?
But "select:xdo_user_name as USER_ID from dual" works fine for me.
or I use "select :xdo_user_roles as USER_ROLES from dual" in my local environment, it works fine.