Code Insight failes in 13

patch

Member³
Suppose I have an anonymous block like this:

Code:
begin
  dbms_output.put_line(q'[Foo]');
end;
/

When I ctrl-click on dbms_output.put_line in PL/SQL Developer 12 it shows me the source code of the dbms_output package spec. When I do the same in PL/SQL Developer 13 it tells me
/* Source of PACKAGE DBMS_OUTPUT is not available */

Same user, same database.
Any preference I missed?

Windows 10
Oracle 18.0.0.0.0
 
This works fine when I try it on Oracle18. If this fails for you with the same Oracle user, then perhaps you need to enable the "Use DBA Views if Available" preference in PL/SQL Developer 13.0 (Configure > Preferences > Oracle / Options)?
 
This doesn't help, unfortunately. Strange thing is that I cannot view the source even when I connect as the SYS user. Tried this using an Oracle 12 and 18 database, same issue.
Debug files have been sent to support.
 
Had a good email conversation with Marco and he has come up with a fix. Should probably be downloadable soon ;-)
Thanks a lot Marco.
 
Back
Top