我有一个Oracle sql Developer的问题.当我在Windows Server 2003机器上使用它,它的工作正常.当我在Windows 7桌面上使用它时,当我在水平或垂直方向滚动时,我会在查询结果网格中得到很多重绘问题,如下所示:
Edit: ImageShack was the original image host for my screenshot,and it’s no longer a valid url. Since my problem is fixed now,I can’t repro this. The gist is that the client area of the result grids was repainted as gibberish during scrolling.
这样做很难评估您的查询结果.单击标题和单个单元格会使其重新正确绘制,但是无法正常滚动则无法正常滚动.有没有什么办法解决这一问题?我正在使用包含JVM的当前版本的sql Developer 1.5.5.
您需要关闭DirectDraw – 请参阅
http://tiredblogger.wordpress.com/2009/05/29/configuring-oracle-sql-developer-for-windows-7/,特别是将其添加到sqldeveloper.conf中的位:
原文链接:https://www.f2er.com/oracle/205585.htmlAddVMOption -Dsun.java2d.noddraw=true