I have no problems to pass numbers and strings back and forth from PL/SQL to Java, but how do I pass arrays ? I\'m calling Java from PL/SQL - not other way round.>
I dont know about the pl/sql thing but what u can do is process the result from PL/SQL and insert the result into a set method and then later u can get it.