The login in 9.x is much slower than with 8.x
My backend is Oracle 11g and my client, too. This was the same configuration with 8.x, but with 9.x it is very slow.
But more painful is the slow switch between different windows, e.g. from on one open package to another or a sql window. This took at least 4 seconds which is a very long time when I want only to switch between two open windows. In the Debug.txt you can see a delay of 3 seconds where nothing happened (see red marked):
20.10.2011 14:46:01 NavigationBookmarks.EnableButtons(Rebuild)
20.10.2011 14:46:01 NavigationBookmarks: Backward=1, Forward=0
20.10.2011 14:46:01 AddNavigationBookmark starts
20.10.2011 14:46:01 AddNavigationBookmark GNV00002
20.10.2011 14:46:01 NavigationBookmarks.EnableButtons(Rebuild)
20.10.2011 14:46:01 NavigationBookmarks: Backward=2, Forward=0
20.10.2011 14:46:01 AddNavigationBookmark ends
20.10.2011 14:46:04 Lock
20.10.2011 14:46:04 Lock
20.10.2011 14:46:04 UnLock
20.10.2011 14:46:04 Lock
20.10.2011 14:46:04 UnLock
20.10.2011 14:46:04 UnLock
20.10.2011 14:46:04 NavigationBookmarks.EnableButtons(Rebuild)
20.10.2011 14:46:04 NavigationBookmarks: Backward=2, Forward=0
20.10.2011 14:46:04 UpdateChildList [timer]
20.10.2011 14:46:04 DoUpdateChildList
20.10.2011 14:46:04 Lock
20.10.2011 14:46:04 Lock
20.10.2011 14:46:04 UnLock
20.10.2011 14:46:04 UnLock
This behavior we didn't have with 8.x.
Also opening the package in a editor takes several seconds, in Oracle SQLDeveloper the same package body opens within one second.
In general all actions have become very slow. When I do the same (open table definition, open package body) with Oracle SQLDeveloper on the same database it is much faster, so the connection cannot be the problem.
The behavior is the same with Multiconnection On and Off.
Any Ideas?