I think I found the problem: When I run: SELECT * FROM all_source WHERE TYPE = 'PACKAGE BODY' ORDER BY line; I get no rows returned. When I run SELECT * FROM dba_source WHERE TYPE = 'PACKAGE BODY' ORDER BY line; I get lots of rows returned (including my package) Did you recently change from using dba_source to all_source? In all_source, I only see package specs (which matches the behavior I'm seeing in Toad for Eclipse).
↧