Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: INVALID Packages
Oracle Support never replied satisfactorly on this issue. What I have seen it is a result of some corruption at dictionery level and as a last resort they recommend to run catalog.ora file to rebuild dictionery and compile all resultant invalid objects and then they will compile without any problem. In case of Oracle Fiancials with so may products installed it goes to around 5000+ objects to recompile.
Regards
Rafiq
Reply-To: ORACLE-L_at_fatcity.com
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
Date: Thu, 29 Mar 2001 07:06:35 -0800
I have been experiencing some packages that cannot be automatically handled by Oracle when they become invalidated. Here's the scenario: We have package1 that calls package2 which, in turn, calls package3. Under normal circumstances, if package3's specification gets recompiled, package1(?) and package2 will be marked with a status of INVALID. This flags Oracle to re-parse it and mark the status VALID (excluding any coding errors). The problem comes in to play when, every once in a while, a tester or developer will get an error 6508 - could not find program unit... The fix has been to recompile the package being called by the alter package command. You see the bigger problem here... finding the actual library being referred to! I have to jump into the developers code and walk through the execution. And yes I am trying to get the developers to do this on their own.
My question is: What is preventing Oracle from re-parsing the package? It has nothing to do with system load or lack of SGA.
We're running Oracle 8.0.5.2.1 on Solaris 2.6 w/latest patchset.
Thanks in advance
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Mohammad Rafiq INET: rafiq9857_at_hotmail.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-LReceived on Thu Mar 29 2001 - 11:17:49 CST
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
![]() |
![]() |