PL/SQL developer performance issue

prem

Member
I am using PL/SQL developer as my development tool.
when we try to browse any oracle object from PL/SQL tool it is freezing some time. But when Im using TOAD for browse any oracle object, its not happening like this.
Please help.
Any idea for improving PL/SQL developer performance will be greatly appreciated.

 
Hi Folks

I had a lot of performance issues with v8 - sometimes it would freeze for 20 or 30 seconds at a time. It was becoming unusable.

I eventually traced this to the BE (Browser Extender) plug-in, specifically the TableCount option. We have several tables with millions of records, and whenever you right or left clicked on such a table, PSD would "freeze" while the record count was determined.

Once I disabled the BE plug-in (Tools\Configure Plug-Ins, then untick the Browser Extender option), all the performance issues went away.

Best regards

Billy

 
Back
Top