Print Thread
Page 1 of 4 1 2 3 4
Flashing menu and slow reaction PL/SQL 9.0.3.1641
#42938 12/13/11 09:39 PM
Joined: Dec 2011
Posts: 3
S
skopovy Offline OP
Member
OP Offline
Member
S
Joined: Dec 2011
Posts: 3
Hello,

When I work with maximized PL/SQL with many windows when switching between windows menu flashes and long does it take to switch or close the window.

Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
skopovy #42943 12/14/11 10:44 AM
Joined: Aug 1999
Posts: 22,208
Member
Offline
Member
Joined: Aug 1999
Posts: 22,208
Are you perhaps using Remote Desktop?


Marco Kalter
Allround Automations
Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
Marco Kalter #42955 12/15/11 09:47 PM
Joined: Oct 2011
Posts: 7
Dayton, OH
D
Member
Offline
Member
D
Joined: Oct 2011
Posts: 7
Dayton, OH
I Am experiencing the exact same issue (same version), Remote desktop or no. It goes away when i restart the app, but comes back after using it for a while. The previous version I had installed did not do this.

In addition since installing this new version I've experienced toolbar "whiteouts" where all the toolbar buttons white out but are still able to be clicked. TO fix this one I must close all instances and restart.

Last edited by DougB; 12/15/11 09:51 PM.
Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
DougB #42964 12/16/11 04:13 PM
Joined: Feb 2006
Posts: 619
Sao Paulo, Brazil
G
Member
Offline
Member
G
Joined: Feb 2006
Posts: 619
Sao Paulo, Brazil
My workaround, so far, is to minimize all instances and restore the one I need.
State - Memory Usage
Working - 50MB
Minimized - 5MB
Restore - 10MB

It really reduces flickering.

Regards,
Gustavo


There are 10 types of people: those who know binary and those who don't.
Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
Gustavo #42978 12/19/11 04:22 PM
Joined: Oct 2011
Posts: 7
Dayton, OH
D
Member
Offline
Member
D
Joined: Oct 2011
Posts: 7
Dayton, OH
Thanks for the advice Gustavo!

Also wanted to add a screenshot of the menu whiteout:

http://tinypic.com/r/21aco7b/5

Seems to be related to leaving the app open for a long period of time...

Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
DougB #42979 12/19/11 05:55 PM
Joined: Feb 2005
Posts: 3
M
Member
Offline
Member
M
Joined: Feb 2005
Posts: 3
I have been having the same problem since an earlier release (probably 9.0.1). There was an earlier post about this issue. Somebody solved it by installing the latest NVidia driver, but that didn't work for me.

My workaround is to un-minimize the window then stretch it to maximum.

Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
M Adamovic #42986 12/20/11 02:50 PM
Joined: Oct 2011
Posts: 7
Dayton, OH
D
Member
Offline
Member
D
Joined: Oct 2011
Posts: 7
Dayton, OH
I'm just going to go back to version 8 I think. No real response here to the issue so hopefully they're not ignoring it.

Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
Marco Kalter #43096 01/11/12 08:27 AM
Joined: Dec 2011
Posts: 3
S
skopovy Offline OP
Member
OP Offline
Member
S
Joined: Dec 2011
Posts: 3
No,I do not use remote Desktop.

Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
skopovy #43184 01/22/12 03:01 PM
Joined: Oct 2009
Posts: 5
C
cpg Offline
Member
Offline
Member
C
Joined: Oct 2009
Posts: 5
I have the same problem. It happens when using Remote Desktop and stays even after returning to the console. It also happens after switching users. Restarting the application does NOT fix it.

I have found one way to fix it when not using Remote Desktop by changing the Windows Theme to Windows Classic and then switch it back to Windows 7.

Thanks to this thread I found that when the window is not maximized the problem disappears, but I hope that it will be fixed in the next release because it's still very annoying.

PS: I am using version 9.0.4.1644

Last edited by cpg; 01/22/12 03:03 PM.
Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
cpg #43262 02/01/12 05:41 PM
Joined: Dec 2009
Posts: 5
V
Member
Offline
Member
V
Joined: Dec 2009
Posts: 5
I have the same problem using 9.0.5.1648. For me, it is triggered mostly by the "view table" action. I don't use Remote Desktop.

The view table action takes about 4 seconds of flickering, then the UI stabilizes.

The worst part is that this 4 seconds delay increases exponentially if I try to view multiple tables by selecting them first, then using "view table" on the selection.

For example if I select 12 tables the rendering doesn't finish for at least 24 minutes (twenty four minutes). It seems opening multiple "view table" windows simultaneously triggers a huge redraw storm, each window generating redraw events for the other windows, that in response generate other redraw events, and so on.

While this happens, it completely saturates one CPU core.

Closing a "view table" window is also slow, about two seconds, for similar reasons.

To understand the exponential nature of the problem, see the following table:

[Number of selected tables] -> [View table rendering delay]
1 table -> 4 seconds
2 tables -> 6 seconds
3 tables -> 9 seconds
4 tables -> 66 seconds
5 tables -> 190 seconds
6 tables -> 270 seconds
12 tables -> 1440 seconds (actually more then that, but I killed it after 24 minutes)

This is not something new. I've been using PL/SQL Developer for 10 years, and I've always had similar problems when using many windows.

But I find it unacceptable that in 2012, on system with a Core i7 quad core CPU, 8 GB of RAM, SSD, and 1024 MB video card I have to wait minutes to open a few tables.

I think it may be a good time for a full rewrite of the application using a modern framework, like .NET or, even better, Java. Especially when many people that need this application cannot use it because they use Mac OS or Linux.

I uploaded a video recording to document the issue.

http://www.mediafire.com/file/tpx5mfoj4oo14gc/WP_20120201_171033Z.mp4

Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
Vlad #43267 02/02/12 11:34 AM
Joined: Aug 1999
Posts: 22,208
Member
Offline
Member
Joined: Aug 1999
Posts: 22,208
The video is indeed quite awful. There must be some very specific circumstances that lead to this situation. Opening 5 tables takes less than 2 seconds on my PC, without any significant flickering. Can you do the following?
  1. Update your video card driver to the latest version and check if this helps.
    .
  2. Modify the shortcut and add the DebugSQL parameter. For example:

    "C:\Program Files\PLSQL Developer\plsqldev.exe" DebugSQL

    Reproduce the problem and send me the debug.txt file that is generated in the PL/SQL Developer directory or in the %APPDATA%\PLSQL Developer directory (e.g. C:\Users\<User>\AppData\Roaming\PLSQL Developer).



Marco Kalter
Allround Automations
Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
Marco Kalter #43391 02/17/12 12:02 PM
Joined: Feb 2012
Posts: 3
A
Member
Offline
Member
A
Joined: Feb 2012
Posts: 3
I have exactly the same problem.

- There is serious delay, menu trembling when I switch windows with CTRL Tab

- When I switch windows from the window list there is no problem

Any solution/suggestion?

Andreas

Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
Andreas Kokkinos #43394 02/17/12 05:46 PM
Joined: Dec 2011
Posts: 2
S
Member
Offline
Member
S
Joined: Dec 2011
Posts: 2
it seems many people have the same problem. plus the people in this thread, 9.x login, switch between open windows and general behavior very slow, https://forums.allroundautomations.com/ubb/ubbthreads.php?ubb=showflat&Number=42502



Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
Andreas Kokkinos #43403 02/20/12 01:17 PM
Joined: Feb 2012
Posts: 3
A
Member
Offline
Member
A
Joined: Feb 2012
Posts: 3
[quote=Andreas Kokkinos]I have exactly the same problem.

- There is serious delay, menu trembling when I switch windows with CTRL Tab

- When I switch windows from the window list there is no problem

Any solution/suggestion?

Andreas [/quote]


I updated the Video Card drivers and now it is much better. The problem did not disappear but it is not a serious problem anymore.

Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
Andreas Kokkinos #43421 02/23/12 06:15 PM
Joined: Sep 2009
Posts: 165
California
J
Member
Offline
Member
J
Joined: Sep 2009
Posts: 165
California
I think I might be the person that originally reported this problem when version 9 first came out, even in the beta version. Mine seems to only happen after I remote desktop into my pc and doesn't go away until I reboot my pc. Another weird thing is that the flicker only happens on one of my monitors, my secondary. I didn't know about the trick to minimize the application then dragging to maximum, that is nice, still annoying but at least a work around instead of rebooting. All my coworkers experience the same thing after they remote desktop into their PC's as well. So I know it is not specific to my computer.
Version 8 had no problems so something changed in Version 9.
Back in October and November Marco worked with me testing different version of the app but was unable to fix it then. But back then I was the only one experiencing this issue so it is good to see now I am not alone. I have been just trying to stay on my one monitor for my pl/sql development. Which is annyoing.

Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
Jeff81 #43520 03/07/12 11:35 PM
Joined: Mar 2012
Posts: 8
A
Member
Offline
Member
A
Joined: Mar 2012
Posts: 8
I just upgraded to 9.0.6.1661 from version 8. I'm experiencing the same issue on both Win7 and Vista machines. Mine isn't quite as bad as the video, but if I have PLSQL Developer maximized and have 2 windows open and switch between them, the title bar, menu bar, and buttons/tabs in the view table/test window all flash for 1-2 seconds. The UI is unresponsive during this time. I can reproduce it with any window type (sql, view table, etc.). The problem only happens if PLSQL Developer is maximized. If I unmaximize and resize it to fill the screen, no flashing occurs when switching windows. I can also reproduce it by changing the login (or logging off). I am on the console of both machines (not RDP'd).

Both machines are 64-bit Windows with plenty of memory free. One machine is using the 11g client, the other the 10g client (I can reproduce the issue without being connected to Oracle - just switching back and forth between two SQL windows).

Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
asdo #43524 03/08/12 01:09 PM
Joined: Dec 2009
Posts: 5
V
Member
Offline
Member
V
Joined: Dec 2009
Posts: 5
After upgrading from Windows 8 Developer Preview to Windows 8 Consumer Preview I cannot reproduce the problem anymore.

Probably because it includes an updated video driver.

However, I find it very strange that such an application should be so sensitive to video drivers. After all, it is not a 3D game.

Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
Vlad #43585 03/15/12 11:48 AM
Joined: Feb 2012
Posts: 3
A
Member
Offline
Member
A
Joined: Feb 2012
Posts: 3
This is certainly related with the video card drivers.

But it should not happen ......

It happens again to me


Any comments from the developers?

Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
Andreas Kokkinos #43621 03/23/12 03:08 AM
Joined: Mar 2012
Posts: 2
A
Member
Offline
Member
A
Joined: Mar 2012
Posts: 2
same problem with 9.0.6.1665

Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
aeneid #43633 03/26/12 07:36 PM
Joined: Sep 2009
Posts: 165
California
J
Member
Offline
Member
J
Joined: Sep 2009
Posts: 165
California
I just got a brand new laptop with a docking station and two monitors and installed PL/SQL Developer and I have the flashing on my second monitor without even remote desktoping. Argh so frustrating. This is actually worse now. At least before I know I could fix it by rebooting but not anymore.

Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
Jeff81 #43646 03/27/12 05:14 PM
Joined: Mar 2010
Posts: 23
S
Member
Offline
Member
S
Joined: Mar 2010
Posts: 23
Yes - I too have noticed this same problem. Same build. Actually, I have been having this problem since first upgrading to 9.x. For laptops, I know this problem is associated with docking and undocking. If I restart my laptop in the dock, then pl/sql works fine. However, if there is an undock opertation, the pl sql toolbars flash anytime a new window is opened and will progressivly deteriate until it is unusable. Seems to be related to the fact that the network switch from wired to wireless. Restarting PL/SQL does not fix the problem. Only rebooting laptop while docked fixes it. Or rebooting laptop undocked and not switching to a wired connection will fix it.

Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
suess #43658 03/28/12 03:33 PM
Joined: Sep 2009
Posts: 165
California
J
Member
Offline
Member
J
Joined: Sep 2009
Posts: 165
California
Marco, is it possible to make this a top priority. You can see that there are multiple people that are experiencing this issue and it could be effecting your sales. This problem didn't exists with Version 8 so there has to be something noticeable that has changed. I am willing to test out different executable's for you again to try to figure this out. Please let us know on the progress of this issue.

Thanks

Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
Jeff81 #43685 04/02/12 07:17 PM
Joined: Feb 2005
Posts: 3
M
Member
Offline
Member
M
Joined: Feb 2005
Posts: 3
I found out that it happens for me after I plug in external monitor. I have to reboot the machine to get it back to normal. But the "un-minimize window" workaround works. You can argue that it is hardware related, but this does not happen with any other software that I use, including old Windows XP applications, so I think that the issue is with PL/SQL developer.

PL/SQL Developer seems to be very flaky with the latest releases. I have another complaint that they are not looking into.

Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
M Adamovic #43973 05/23/12 04:13 PM
Joined: Mar 2010
Posts: 23
S
Member
Offline
Member
S
Joined: Mar 2010
Posts: 23
I see nearly two months has passed and there is no update. I think I may be forced to roll back to version 8.x. This issue is annoying to say the least. frown

Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
suess #43974 05/23/12 07:54 PM
Joined: Sep 2009
Posts: 165
California
J
Member
Offline
Member
J
Joined: Sep 2009
Posts: 165
California
I agree. Annoying is probably not a strong enough word tough. I am starting to look into other database development IDE's as an alternative. Like maybe ClearSQL from Conquest Software or products from Embarcadero.

Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
Jeff81 #43975 05/23/12 07:59 PM
Joined: Mar 2012
Posts: 8
A
Member
Offline
Member
A
Joined: Mar 2012
Posts: 8
Has anyone else noticed the problem subsides if the main PL/SQL Dev window is not maximized? If I unmaximize it, but resize it to fill the screen, I don't get the flashing nearly as bad. It's just annoying because I remote to my machine from different resolutions, so I keep having to resize the window.

Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
asdo #43976 05/24/12 12:02 AM
Joined: Sep 2009
Posts: 165
California
J
Member
Offline
Member
J
Joined: Sep 2009
Posts: 165
California
Yes it does go away if you unmaximize it but that gets really annoying especially when I am constantly moving the program between my two monitors and it gets maximized and then I have to manually re-size it.

Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
Jeff81 #44229 07/11/12 04:49 PM
Joined: Sep 2009
Posts: 165
California
J
Member
Offline
Member
J
Joined: Sep 2009
Posts: 165
California
Marco, any progress on this?

Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
skopovy #44260 07/17/12 03:10 PM
Joined: Oct 2002
Posts: 59
Quebec,Canada
D
Member
Offline
Member
D
Joined: Oct 2002
Posts: 59
Quebec,Canada
Hi,

I noticed it happen when PSD is maximized ? I use it not maximized but I sized the application to take almost the full size of my monitor, this way it does not flash...

Do you have the same behaviour.

Serge

Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
DLGL #44263 07/17/12 07:22 PM
Joined: Sep 2009
Posts: 165
California
J
Member
Offline
Member
J
Joined: Sep 2009
Posts: 165
California
Re-sizing is a work around but that is annoying to always have to do.

Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
Jeff81 #44425 08/16/12 04:10 PM
Joined: Sep 2009
Posts: 165
California
J
Member
Offline
Member
J
Joined: Sep 2009
Posts: 165
California
Can we get an update on this issue please.
Thanks.

Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
Jeff81 #44744 10/11/12 05:14 PM
Joined: Sep 2009
Posts: 165
California
J
Member
Offline
Member
J
Joined: Sep 2009
Posts: 165
California
Any further development on this? It is still killing me.

Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
Jeff81 #44748 10/12/12 08:39 AM
Joined: Aug 1999
Posts: 22,208
Member
Offline
Member
Joined: Aug 1999
Posts: 22,208
We'll have a completely new menu and toolbar system in PL/SQL Developer 10, for which we will have a beta version shortly. We will revisit the issue then. At the moment we have no clues yet, and we have not been able to reproduce this.


Marco Kalter
Allround Automations
Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
Marco Kalter #44752 10/12/12 07:30 PM
Joined: Sep 2009
Posts: 165
California
J
Member
Offline
Member
J
Joined: Sep 2009
Posts: 165
California
Ok thank you. Can't wait to see and test out the new version!

Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
Jeff81 #44869 11/02/12 07:38 AM
Joined: Mar 2006
Posts: 8
Moscow
N
Member
Offline
Member
N
Joined: Mar 2006
Posts: 8
Moscow
Fix it Please. It makes me creazyyy!
Where I cand find a new beta version ?

Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
Netlink #44870 11/02/12 08:39 AM
Joined: Mar 2006
Posts: 8
Moscow
N
Member
Offline
Member
N
Joined: Mar 2006
Posts: 8
Moscow
We have it on all Windows 7 machines.
After we open several windows inside plsql developer, after you change an active window, system menu and windows list start to refresh... And its too slow....
Why you not able to reproduce this? We have this problem on all our machines.

Re: Flashing menu and slow reaction PL/SQL 9.0.3.1641
Netlink #44927 11/13/12 03:54 PM
Joined: Mar 2008
Posts: 29
Oslo, Norway
S
Member
Offline
Member
S
Joined: Mar 2008
Posts: 29
Oslo, Norway
I have the same problem.

It's painfully slow with only a few windows.


Regards
Stian
Page 1 of 4 1 2 3 4

Moderated by  support 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.137s Queries: 14 (0.065s) Memory: 2.6973 MB (Peak: 3.1541 MB) Data Comp: Off Server Time: 2024-05-05 19:42:00 UTC
Valid HTML 5 and Valid CSS