Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: variable list of arguments to a pl/sql procedure
Why don't you use a package-level ref cursor, and process it in this
package's procedures? That ref cursor could contain all the parameters
you have to deal with, and is a flexible way to handle this problem.
Note that it could be a weakly-typed cursor (if you don't know
beforehand the type of the parameters) or a strongly-typed cursor.
Daniel Received on Fri Jun 10 2005 - 13:56:37 CDT
![]() |
![]() |