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: Jeremy <jeremy0505_at_gmail.com>
Date: Fri, 9 Dec 2005 13:29:55 -0000
Message-ID: <MPG.1e03972ea227ce298a064@news.individual.net>


In article <dn6qlh$qef$1_at_news6.zwoll1.ov.home.nl>, Frank van Bortel says...
> 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.
>

Not necessarily - I beileve that the user trying to execute a package that is invalid will need to have some specific privilege such as

SQL> grant alter any procedure to <user>;

Unless this has changed in 10g?

-- 

jeremy
Received on Fri Dec 09 2005 - 07:29:55 CST

Original text of this message

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