Today it works.
I think after set "Use DBA views if available" preference it is not enough to "Refresh data" on Object Browser, but you need to restart PL/SQL Developer.
Problem solved.
--
Artur
Hi,
I can see another user's package specification, but I can't see package body.
I have select privileges on the dba_objects and dba_source views.
The "Use DBA views if available" preference is enabled.
I can see package body only when I have DEBUG privilege on it. But this is not an...
Hi,
There is a problem while editing pl/sql package body.
I have instruction like this:
if var1>0then
Its compiling even without space between "0" and "then".
But PL/SQL Developer shows empty Code Contents pane.
--
Artur