> Hi,
> I was about to recompile a trigger in one of our 9.2 database,
[quoted text clipped - 7 lines]
>
> Thanks.
Well, yes there is an issue. If an app-server is caching prepared
statements
along with it's pooled connections, those statements are associated
with
a compiled query plan in the DBMS. If you alter/recompile anything in
the
DBMS that is referred to by those query plans, they become invalidated.
That being said, the app-server should have an easy way to flush the
statement caches so they get repopulated automatically. A full shutdown
of the app-server shouldn't be necessary. I am sure of this for the BEA
product at least...
Joe Weinstein at BEA Systems