Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Oracle SQL Developer Version 18.2.0.183 with JDK 8 (update 172) UI freeze while running script

debugger.plJul 4 2018 — edited Oct 19 2018

Hello, Everyone.

It looks like that problem, which I was experiencing in version 17.4.0.355 re-appeared in version 18.2.0.183 with JDK 8 (update 172)

so using the same test example mentioned in Oracle SQL Developer Version 17.4.0.355, JDK 8/9 UI freeze while running script?

begin

    for i in 1..100

    loop

          dbms_lock.sleep(100);

    end loop;

end;

/

program hangs and menu is not available and the same problem

with the Task Progress, which should be refreshed every second, but it is refreshed after sql statement is completed.

Thank you.

Piotr

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 16 2018
Added on Jul 4 2018
6 comments
1,519 views