Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Is this possible with "execute immediate"

Re: Is this possible with "execute immediate"

From: steph <stephan0h_at_yahoo.de>
Date: 26 Apr 2006 06:57:54 -0700
Message-ID: <1146059874.455302.171200@v46g2000cwv.googlegroups.com>


What i meant was something like:

create pacakge AAA is
  l_name util.array;
  procedure set_collection(p_name in util.array default util.empty_array);
  procedure form_1(); -- this is using l_name   procedure form_2(); -- this is also using l_name end AAA;
/

then you can call your procedures dynamically - you only need to set l_name beforehand. but of course i don't now if this is applicable in your situation ...

regs,
stephan Received on Wed Apr 26 2006 - 08:57:54 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US