Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Is this possible with "execute immediate"
as far as i know you can't pass collections as parameter of execute
immediate. maybe you can change your procedure(s) in a way that it
don't needs the parameter - with a package that handles these
collections and your procedure(s) accessing this package (or being part
of this package).
stephan Received on Tue Apr 25 2006 - 02:20:35 CDT