Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Dependencies and invalidations.
On Sun, 23 Apr 2006 02:20:10 +0200, Maxim Demenko wrote:
> Mladen Gogala schrieb:
>> In Oracle RDBMS 10.2 it is practically impossible to invalidate a PL/SQL >> object. I tried with adding indexes, dropping primary key
Those DDL can change plans of the underlying SQL statements and, therefore, should invalidate the dependent procedures.
>
> and analyzing
>> the underlying tables,
Nope. No jokes here. Analyzing the underlying tables can also drastically change plans and should, therefore, invalidate the procedures.
>
> but the PL/SQL procedure build on top of the table
>> remained valid. Oracle 9i PL/SQL objects were much more sensitive.
You are right, I don't have access right now. I will check it on Monday, though.
-- http://www.mgogala.comReceived on Sat Apr 22 2006 - 20:15:54 CDT