Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Is this possible with "execute immediate"
In article <1145896879.150069.234400_at_e56g2000cwe.googlegroups.com>,
steph says...
> l_name should be defined as a string, shouldn't it? your l_name is a
> collection, right? so you try to concatenate a string with a collection
> ... seems strange!
>
Which was exactly my point. I want to pass the collection as a parameter to a procedure whose name we do not know until run-time - and I want to know if this is possible.
cheers,
-- jeremyReceived on Mon Apr 24 2006 - 12:55:10 CDT