Run 2 queries at the same time on Oracle SQL Developer?

前端 未结 6 2022
灰色年华
灰色年华 2020-12-16 09:48

I need to retrieve quite a bit of data from our oracle DB and to do so I need to run 20+ queries. Is there any way to run more than one query at a time on the same connectio

6条回答
  •  离开以前
    2020-12-16 10:36

    Pressing ctrl+shift+N will open a new unshared worksheet that can run queries in parallel. In that case you have to paste a query in each tab and run them manually though, but it is handy when just testing a few queries.

提交回复
热议问题