Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Is this possible with "execute immediate"
Jeremy wrote:
> In article <e2j44j$u4h$1_at_news5.zwoll1.ov.home.nl>, Frank van Bortel
> says...
>
>> Something along the line of: >> declare >> g_proc varchar2(40) := 'vr.procname'; >> g_name varchar2(40) := 'l_name'; >> begin >> execute immediate ( >> ':l_procname(p_id=>1,p_name=>:l_name' >> ) >> using g_proc, g_name; >> end; >> >> ? >>
Top-posting is one way to shut me up... Received on Wed Apr 26 2006 - 12:45:32 CDT