Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Understanding EXECUTE IMMEDIATE
"pbewig_at_swbell.net" <pbewig_at_gmail.com> wrote in message
news:1127824091.690072.174460_at_g47g2000cwa.googlegroups.com...
> I'm not worried about injection. The client code is a PL/SQL program,
> which has access to everything anyway.
>
> I am trying to write a general package to be used by many clients. At
> one point I need to call back to a function defined by my PL/SQL
> client.
>
> Phil
>
What is the business problem you are trying to solve? Not the solution to a
problem, what is the problem. Dynamic stuff can often generate a lot of
latches which can lead to serialization (read unscalable).
Jim
Received on Tue Sep 27 2005 - 20:45:37 CDT
![]() |
![]() |