It hangs in some PC

gonzarg

Member
Hi,
Some users need to execute som SQL commands, so I've tried to install QueryReporter for them.
The problem is that the command is executed ( it is shown in the last line xx lines xx seconds) but then it hangs. This happend in more than one PC:
In my PC i have to wait for several seconds to see the result.
It seems that it hangs trying to format the output. Can I avoid formatting? Can I have the same output like PL/SQL Developer? Why it hangs?
Thanks in advanced,
Gonza.

------------------
Gonzalo Segarra
 
How many records have been fetched for the query? Maybe this is indeed a HTML formatting performance issue.

------------------
Marco Kalter
Allround Automations
 
This issue may be caused by the HTML viewer. You can force an internal viewer or Internet Explorer viewer on the command line of the Query Reporter shortcut:

QueryReporter.exe VIEWER=IE

or

QueryReporter.exe VIEWER=INTERNAL

Can you try this?

------------------
Marco Kalter
Allround Automations
 
Marco,
I've tried with both line commands and the same happened. In my PC with 256 Mb of memory works fine but the others have 64 Mb, and I think that is the reason.
Thanks for your help and any aditional tip will be apreciated.
Gonzalo.
 
I just have one tip: buy more memory. 64MB is not very much.

------------------
Marco Kalter
Allround Automations
 
Back
Top