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.