|
When there are mutiple INVALID objects it can be the case that object Z
uses object Y which uses object X. If X, Y & Z are invalid, you'd need to invoke dbms_utility.compile_schema up to THREE times if the invalid objects are compiled in alphabetical order. My PL/SQL procedure use an invalid object counter and remains in a WHILE
-------- Original Message --------
Package bodies, procedures, function in packages need to be compiled before packages. DBMS_UTILITY.compile_schemaI believe compiles in Alphabetically order not in functional order. Kathy Confidential This e-mail and any files transmitted with it are the property of Belkin Components and/or its affiliates, are confidential, and are intended solely for the use of the individual or entity to whom this e-mail is addressed. If you are not one of the named recipients or otherwise have reason to believe that you have received this e-mail in error, please notify the sender and delete this message immediately from your computer. Any other use, retention, dissemination, forwarding, printing or copying of this e-mail is strictly prohibited. |
- dbms_utility.compile_schema Big Planet
- RE: dbms_utility.compile_schema Koivu, Lisa
- RE: dbms_utility.compile_schema Kathy Duret
- RE: dbms_utility.compile_schema Charlie Mengler
- RE: dbms_utility.compile_schema Post, Ethan
- RE: dbms_utility.compile_schema Gogala, Mladen
- RE: dbms_utility.compile_schema Connor McDonald
- RE: dbms_utility.compile_schema Post, Ethan
- RE: dbms_utility.compile_schema John Lewis
- Re: dbms_utility.compile_schema Jared Still
