I have a problem with ODAC 8.1.6
I'm using direct connection to my database (Oracle 11g).
I have a query with this code:
Code: Select all
select myFunction('PARAMETER1', 'PARAMETER2') as result from dualWhen I try to open the query, this error occurs: "Data type is not supported".
If I do not use direct connection, the error does not happen. It works perfectly.
What am I doing wrong?
TIA,
Rafael Garcia