Collection as input parameter
Hi,
I have procedure that take customer number and return customer details , we call that procedure from java so every time a connection is made and closed.
is there a way I can pass a collection to the procedure for example 100 customer number and it return addresses?
thanks,
7Z