When I write SQL statement and run it with CNTL + ENTER it runs the entire worksheet instead of just the SQL statement I want to run. I end the SQL statement with semi colon and previous SQL statements are terminated with semi colons as well but on CLTL + ENTER shhortcut whole worksheet's SQL and PL/SQL gets executed ! I have searched the net and it has been reported by someone on stackOveflow too: Oracle SQL Developer - Ctrl+Enter runs whole worksheet instead of current line - Stack Overflow
I am using SQL Developer 4.0.0.13 and have Oracle Database 11gRel 2(11.2.0.4.0)
I checked the preferences and short cut settings and it seems to be set to the defaults.
When I highlight the SQL statement and run it with CLTL+ENTER shortcut it runs fine and executes only that query. How can i fix it.
Thanks.