Every time lately that I try to save the grid contents to an external file, it seems to take a really long time. I have noticed this in the past week or so. The only change to my work computer lately was the addition of a 2nd monitor.
For example, trying to export 65 records as an insert statement takes over 10 minutes to export!
I am wondering if there is some cache or similar that is getting filled up and I need to clear it out or something.
I am using TOAD version 9.5.0.31 (yes, my company has been too cheap too upgrade in a while).
In 9.5, the option was called “Display all exported results in
grid”.
If it’s checked, we take the dataset right from the grid. In this case, we
don’t have to re-execute the query, but the whole dataset will get loaded
into the grid…so for a large dataset, this could be bad.
If it’s unchecked, the query gets re-executed but it won’t eat up
all your memory even for a large dataset.
Based on what you’ve told me, it sounds like you want it checked.
I looked and it actually is checked (Display all exported results in grid). I wrote the original message actually when it was still trying to export. It took longer than 25 minutes to do the export.
The query that I used to get the data set in the first place actually only took 125 msecs initially.
I’m starting to wonder if something is wrong with my computer.
Yes, it does it for any type of file I try to save. Seems to be worse with the “insert statement” option but I have tried excel also and it does take a LONG time.
This is indeed only a 65 record dataset that I’ve pulled out of the database.
Also of note, I can’t seem to uncheck that option (Display all exported results in grid). It is greyed out (but checked).
I also should mention that my Toad has been taking longer to start up initially too lately.
No, we have Symantec AntiVirus running. This has not changed in the (almost) 6 years that I’ve worked here and used TOAD. I don’t have the option to temporarily disable it, they don’t give us the ability to do that.
WOW. Thank you so much John! The culprit was the ToadActions.dat file. It was 40 MB. I backed it up elsewhere and removed it as suggested and exports are going nice and quick now! Toad is still starting up a little slow but that is not as much of a concern.