Compile invalid objects

Mozart

Member
I have a problem in new version (8.0.0.1480) of PL/SQL Developer with Compile Invalid Objects tool. It shows no invalid objects. In version before (7.1.5.1398) invalid objects was shown correctly.
Can anyone help me with this problem? I dont want to have installed both versions just because of this.
Thanks.
 
You're saying that version 7 shows that you have invalid objects, but version 8 doesn't show them? If so, what type of objects are invalid?
 
Oh yes. This was right. I didnt know, that default filter changed (i didn't knew, that there was any filter). After changing it to Complie invalid objects works well.
Thanks for help.
 
I'm not sure if the behaviour of the invalid Objects Browser is completly correct. Even after changing the Filter to , i can't see the invalid Synonyms.
If I query the dba_objects where status != 'VALID'..it shows me a lot of invalid synonyms which belong to Public. Is it possible to see those objects in the Invalid Objects Browser too?
 
Synonyms are indeed not included in the "Compile Invalid Objects" tool. It only includes PL/SQL Objects and views.
 
As far as i can remember the older versions of the developer were able to show the invalid synonyms. I'm using the latest version. Maybe this is a useful enhancement for further versions.
 
Back
Top