Hello,
when executing Test window code, PL/SQL Developer freezes if you click on Profiler or Trace tab until the code in the Test window is executed. PL/SQL Developer 10.0.5.1710, Windows 7.
Regards,
Jure
Test case: execute the following code in test window and click on one of the tabs.
begin
dbms_lock.sleep(15);
end;
when executing Test window code, PL/SQL Developer freezes if you click on Profiler or Trace tab until the code in the Test window is executed. PL/SQL Developer 10.0.5.1710, Windows 7.
Regards,
Jure
Test case: execute the following code in test window and click on one of the tabs.
begin
dbms_lock.sleep(15);
end;