PL/SQL developer performing too slow

deepayan

Member
Hi All ,

I m using PL/SQL developer as my development tool. Oracle server is installed in a remote place. The problem is, PL/SQL behaviour is too slow.

Some symptoms are :

It takes long time to open a package.

When I query for some records & I click on a row(for copying that row into excel) , screen goes blank for 50 secs.But when Im using TOAD for this purpose, its not happening like this.

Is there is any setting in PL/SQL developer for which its behaving like so.

Please help.
Any idea for improving PL/SQL developer performance will be greatly appreciated.

Oracle Version : Oracle 9i enterprise edition(9.2.0.6.0)
PL/SQL Developer version : 7.0.3

Thanks
Deepayan
 
The problem in the SQL window should be solved if you uncheck the 'Tools/Preferences/Window Types/SQL Window/Show dictionary info in result grid' option. As for the packages loading slow, don't know about that
 
Back
Top