Hi
I created a very simple IAL (Apps 9 SP11) with the following SQL...
select * FROM DBA_SCHEDULER_JOBS
This view is SYS owned and is set as a public synonym. The view has been granted privs to SELECT to IFSINFO. The IAL is named MT_SYS_DBA_JOBS
When I execute the following SQL from SQL Developer all is well…
select * from IFSINFO.MT_SYS_DBA_JOBS
Yet, when I execute from a Quick Report or the SQL Query Tool I get this error…
Cannot convert JDBC type -101 to PlsqlType
Any ideas?