Hi!
I have similar issue, not the same, but maybe related. I'm using the latest version 9.0.0.1601.
I have really annoying delay of approx 10 seconds when doing any query which has many columns. When I select a query and press execute it kind of executes the query, in the result list I can see how many rows will be selected (it seems plsqldev is reserving the place and shows only first column of grid with select button where I can select whole row), it shows executing and after 10 secs result appears on the screen, while it tries to show the results IDE is completely frozen. When I execute the same query again it shows results immediately, even if I change where clause it selects that instantly. I observed increased network traffic when this happens. That particular table has 244 columns.
It seems that there is a problem getting description for result set, I tried to switch off the "Display dictionary info in result set" and this doesn't help.
This is extremely annoying
There is a test case, I ran 2 queries:
1. select sysdate from dual;
2. SELECT * FROM ap_invoice_distributions_all t WHERE invoice_distribution_id IN (-1,-2)
2011.07.26. 19:29:33 Lock
2011.07.26. 19:29:33 UnLock
2011.07.26. 19:29:33 SQLForm Executing...
2011.07.26. 19:29:33 Lock
2011.07.26. 19:29:33 UnLock
2011.07.26. 19:29:33 SQLForm Executing...
2011.07.26. 19:29:33 TSQLThread SQLThread Suspend ended
2011.07.26. 19:29:34 TSQLThread SQLThread Postmessage
2011.07.26. 19:29:34 TSQLForm.ThreadFinished
2011.07.26. 19:29:34 TSQLThread SQLThread Suspend
2011.07.26. 19:29:34 TSQLForm.ThreadFinished: SQLThread.Suspended
2011.07.26. 19:29:34 SQLForm 1 row selected in 0,813 seconds
2011.07.26. 19:29:34 Lock
2011.07.26. 19:29:34 UnLock
2011.07.26. 19:29:34 EndValues: StatQuery.ReadBuffer = 606
2011.07.26. 19:29:34 EndValues: StatQuery.ReadBuffer set to 606
2011.07.26. 19:29:34 NavigationBookmarks.EnableButtons(Rebuild)
2011.07.26. 19:29:34 NavigationBookmarks: Backward=0, Forward=0
2011.07.26. 19:29:34 SQLForm 1 row selected in 0,813 seconds
2011.07.26. 19:29:36 SQLForm Initializing...
2011.07.26. 19:29:36 SetConnected starts
2011.07.26. 19:29:36 Already connected: check connection
2011.07.26. 19:29:36 Using existing connection
2011.07.26. 19:29:36 EnableOutput starts
2011.07.26. 19:29:36 EnableOutput done
2011.07.26. 19:29:36 InitStatistics starts
2011.07.26. 19:29:36 StartValues: StatQuery.ReadBuffer = 606
2011.07.26. 19:29:36 StartValues: StatQuery.ReadBuffer set to 606
2011.07.26. 19:29:36 InitStatistics ends
2011.07.26. 19:29:36 NavigationBookmarks.EnableButtons(Rebuild)
2011.07.26. 19:29:36 NavigationBookmarks: Backward=0, Forward=0
2011.07.26. 19:29:36 Lock
2011.07.26. 19:29:36 UnLock
2011.07.26. 19:29:36 SQLForm Executing...
2011.07.26. 19:29:36 Lock
2011.07.26. 19:29:36 UnLock
2011.07.26. 19:29:36 SQLForm Executing...
2011.07.26. 19:29:36 TSQLThread SQLThread Suspend ended
2011.07.26. 19:29:47 TSQLThread SQLThread Postmessage
2011.07.26. 19:29:47 TSQLThread SQLThread Suspend
2011.07.26. 19:29:47 TSQLForm.ThreadFinished
2011.07.26. 19:29:47 TSQLForm.ThreadFinished: SQLThread.Suspended
2011.07.26. 19:29:47 SQLForm 1 row selected in 10,797 seconds
2011.07.26. 19:29:47 Lock
2011.07.26. 19:29:47 UnLock
2011.07.26. 19:29:47 EndValues: StatQuery.ReadBuffer = 606
2011.07.26. 19:29:47 EndValues: StatQuery.ReadBuffer set to 606
2011.07.26. 19:29:47 NavigationBookmarks.EnableButtons(Rebuild)
2011.07.26. 19:29:47 NavigationBookmarks: Backward=0, Forward=0
2011.07.26. 19:29:47 SQLForm 1 row selected in 10,797 seconds
I remember there was similar issue with betas as well. Please fix this fast as there is no workaround this time
regards
Kirurgs