Recent content by arturwp

  1. A

    I can't see another user's package body.

    I don't grant new rights, only change preference in PL/SQL Developer.
  2. A

    I can't see another user's package body.

    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
  3. A

    I can't see another user's package body.

    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...
  4. A

    Empty "Code Contents"

    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
Back
Top