Hunter Clark
Hunter Clark

Reputation: 191

Can I restore recent query output in Oracle SQL Developer?

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

Answers (1)

Muhammad Waqas Khan
Muhammad Waqas Khan

Reputation: 26

If you are using PL/SQL Developer, then you need to press CTRL+E. You can find Recent Executed Quer

Upvotes: 1

Related Questions