Re: "execute immediate" executes too early

From: gazzag <gareth_at_jamms.org>
Date: 29 Jun 2006 03:42:41 -0700
Message-ID: <1151577761.526748.239880_at_x69g2000cwx.googlegroups.com>


olistef wrote:
> Hi
> I frequently run a PL/SQL procedure which includes several
>
> "execute immediate 'begin <procedure name>; end;' "
>
> statements in a row. The executions are logged including timestamps. I
> have not recognized a pattern yet, but sometimes the next statement is
> executed before the previous statement has finished execution.
> Is this a normal PL/SQL behaviour? Can I do something to prevent this
> from happening?
>
> Thanks

Too early, you say? Have you tried "execute a bit later"?

;) Received on Thu Jun 29 2006 - 12:42:41 CEST

Original text of this message