i have a stored function which returns an array, and i use it in a query, for example
select array_returning_function() from dual
this runs fine, until i set orasession.net to true. when try to execute it, i get an exception "data type is not supported" .
What is the cause and solution to this problem? Thanks in advance.