Home » PCoIP, Uncategorized, VMware View, View Agent

View 4 and Oracle Forms

29 January 2010 551 views Comments Joel Lindberg

Have a customer that is implementing View4 with PCoIP and dual screens.

They are very happy with the solution except for one thing, performance of Oracle Forms was bad, there was some extra latency when typing and moving between different input fields and they suspected PCoIP and asked if there where some settings to tweak.

After some investigation it turned out to be a problem with the Java version and Oracle Forms in the virtual machine and had nothing to do with the display protocol.

The solution was to start Oracle Forms with this extra parameter:

-Dsun.java2d.noddraw=true

That will tell the JVM not to use direct draw for the 2d rendering required by the Forms client.

Similar Posts:

blog comments powered by Disqus