Switching windows while query is running

I a prior version of TOAD I can recall being able to switch windows while a query was running - for example I could start a query in an editor window, then switch to a schema browser window. Is this feature available in version 10.x? If so, how do I turn it on?

Thanks,
Don

It should be on by default.

Are you running a query with F5? If so, that’s not threaded. You need run
your query with F9.

If you are running your SQL as a script, try using QSR, which will churn away at
your query while Toad is free to do other tasks.
image001.jpeg

If you are running your SQL as a script, try using QSR, which will churn away at
your query while Toad is free to do other tasks.
image001.jpeg