patch
Member³
Suppose I have an anonymous block like this:
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
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