Return a Collection in a function
Hello oracle,
our Java developer calls a PL/SQL function and he gets a VARCHAR in return, that works well so far. Now I would like to return a collection. But I am not sure how to do it, since I need to define the collection inside the function. Maybe thats a simple task, but I dont know where to start to return a collection. Any suggestions or a link, maybe it is not possible at all ?
Ikrischer