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: why function will be invalid after many times of use?

Re: why function will be invalid after many times of use?

From: PaulCinVT <paulcinvt_at_aol.com>
Date: 15 Sep 1999 13:24:19 GMT
Message-ID: <19990915092419.01098.00000264@ngol03.aol.com>


When a procedure or function is compiled, all Oracle objects that it references are recorded in the data dictionary. The stored subprogram is dependent on these objects and will become invalid if a DDL operation is performed on one of its dependent objects.
Paul in VT Received on Wed Sep 15 1999 - 08:24:19 CDT

Original text of this message

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