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!

SQL Developer does not return query result. No error message.

user9138393Aug 30 2021

I have downloaded SQL developer 20.4.1.407.
I am able to connect to the database.
Once I write a query and try to run it, it's working forever with no result.
SELECT count(*)
FROM table1 t1
LEFT JOIN table2 t2
ON t1.column1 = t2.colimn2;

it's not giving me any response, neither output nor error. If I check run button (on top bar of sql developer) all options are disable.

Comments

Post Details

Added on Aug 30 2021
3 comments
1,259 views