In Oracle SQL Developer, there is an option such that if i run a query, wait, and then later run another query, the results will show in different tabs. IE i can switch back and forth between the results without have to re-run the first query.
I know that if i run multiple queries at a time, then it will open separate tabs, but that requires me to have not missed a single thing i needed to see.
Say for example i run a query that takes 1 hour to complete. Then i realize i need some other information, now i either have to open a new window or i would have to re-run my 1 hour query to get those results again.
It seems overly cumbersome to think if i want to analyze the results of two different queries run at two different times, that i'd have to open a new sql window to do that. (Have to setup my session in that window etc etc..).
Does this tabbed results feature exist for queries not run at the same time??
Thanks!
I know that if i run multiple queries at a time, then it will open separate tabs, but that requires me to have not missed a single thing i needed to see.
Say for example i run a query that takes 1 hour to complete. Then i realize i need some other information, now i either have to open a new window or i would have to re-run my 1 hour query to get those results again.
It seems overly cumbersome to think if i want to analyze the results of two different queries run at two different times, that i'd have to open a new sql window to do that. (Have to setup my session in that window etc etc..).
Does this tabbed results feature exist for queries not run at the same time??
Thanks!