Reputation: 191
I have a large query I am running in Oracle SQL Developer. The query seemed to run successfully and then I made the mistake of hitting count rows
and it froze. I had to terminate the program in the task manager. I have been searching online and I have seen a lot about how unsaved scripts can be recovered using history, but I dont see anything about restoring the query result. Is it cashed anywhere so I dont have to run the query all over again?
Any help is greatly appreciated.
Upvotes: 1
Views: 2540
Reputation: 26
If you are using PL/SQL Developer, then you need to press CTRL+E. You can find Recent Executed Quer
Upvotes: 1