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: Recompiling invalid objects in PL/SQL

Re: Recompiling invalid objects in PL/SQL

From: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: Wed, 07 Dec 2005 15:23:21 +0100
Message-ID: <dn6qlh$qef$1@news6.zwoll1.ov.home.nl>


fvanboven_at_gmail.com wrote:
> Is there a way to recompile all invalid objects in PL/SQL??
>
> Currently we use the build-in functionality of PL/SQL Developer to
> recompile all invalid object after a database update.
>
> But I would like to add this to the end of our update script so the
> database is completely up to date in a single execution batch....
>
> Hope someone knows how to do this.
>
> Greetz,
>
> Frank van Boven
>

Apart from all the good examples, do you realize Oracle will recompile on an 'as needed' base?
So, unless you're not sure weather everything actually will compile, there is no reason to.

-- 
Regards,
Frank van Bortel

Top-posting is one way to shut me up...
Received on Wed Dec 07 2005 - 08:23:21 CST

Original text of this message

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