Editing large packages is slow in new version

The bug you mentioned is not about packages, but about LOB data in the Large Data Editor.

If you are experiencing a performance problem when editing a large package, please send me the source file for analysis.
 
I've got the same issue about editing large packages. The package size is 1.4 Mb.

Unfortunately I cannot send you the package due to legal restrictions.

Is there anybody who has the same issue with the latest version of PLSQLdev?
 
Marco,

Could you please post something describing this patch? You link only points to the EXE. I downloaded it and started to run it until I realized it wasn't just going to unpack the contents so I could scan a readme.txt file before actually upgrading.

Thanks,
 
Sure. Version 7.1.1.1350 includes the following fixes:
  • Describing a program unit on an Oracle7 client or server would give incorrect parameter names
  • Switching to the log tab page after a Table Import could lead to hang-up
  • Command Window could give wrong higlighted text for errors
  • Data Generator, Sequence Within Parent option did not work
  • AutoReplace templates instered the character before the text
  • Inserting Templates would add a line break
  • Import Tables: clicking on the From/To User combobox would cause "Invalid class typecast" error
  • Selection Uncomment did not always work
  • Views did not handle Unicode characters correct
  • Large data editor did not handle Ctrl-Insert as copy
  • Large data editor had an issue with trailing blank lines
  • Escape did not always close large data editor (depended on tab-page)
  • Save As did not work when a window was renamed
  • Preferences could have the "changed" flag set when nothing was changed
  • fixed logon history could have spaces in front of logon
  • Project open/re-open/new did not work correct when a project was already open
  • Project Re-open dropdown could display trimmed data
  • Command Window AutoReplace could stop working after a "compile"
  • Import Tables tool did not import Unicode CLOB's correctly in PL/SQL Developer format
  • Find (& Replace) did not work correct with collapsed code
  • "Variable horizontal scrollbar" preference added
  • Window List redraw improved (flickering while compiling and speed)
  • Large Data Editor: External Editor did not always convert text correct
  • Splash screen hides after 30 secs inactivity to prevent waiting for hidden dialogs
  • Program type or name was not always correctly determined in the Program Window, when preceded by a large amount of comment
 
And version 7.1.1.1350 contains the following new bugs ;) :
  • Using the mouse to place the cursor may not place the cursor where you clicked. ( details )
 
Hi!

I have the same performance problem about editing large package. Mine is ~900Kb.
Even when add new line (hit enter) it's lagging.

P.S. I have a P4 3.0GHz HT enabled system with 2Gb mem.
 
We have not yet been able to reproduce any editing performance issues. If you can send me the source file with instructions how to reproduce it, maybe we can figure it out.
 
I noticed that this happens when package logic is complicated, I mean - a lot of IF, WHEN, BEGIN whatsoever statements and it seems that is related to code folding...
I can't send that package to You due to legal rights :(
 
Back
Top