value expansion using binding variables? -
08-22-2011
, 04:12 PM
hello, in pl/sql code I have defined a variable:
x varchar2(100) := 'do not :1';
is it possible to change the value of x to 'do not eat' with execute
immediate and using 'eat' clauses? if so, how can it be done? if not,
why not and what are the alternatives to accomplish this?
thank you,
geos
ps. Follow-up to comp.databases.oracle.misc |