Hello,
I have be given a stored procedure that returns a String and a custom type custom_typ which is varray(5000) of varchar2(15) .
I want to execute this procedure and then get the result array.
I tried searching the internet and tried several mechanisms, but seems like the most examples I find use the ArrayDescriptor or other Deprecated classes.
Does anyone know how to call this in order to print out in my Java program the result array or where to search in order to find more information about this topic?
Many thanks
Ioanna