Back to 7.0.3

michaeldias

Member²
I would just like to say that I am a huge fan of PL/SQL Developer having used the tool since my Oracle days 7 years ago. However I have recently moved back to the 7.0 code stream with 7.0.3.

The 7.1 code stream seems slower and more unstable. Although the code folding is a long awaited feature I have been hoping to use, I have problems with it not working with larger packages. More importantly the package methods are lost on some large package bodies.
Recently we were also affected by problems against are databases when automatically adding debug information when compiling code. I have seen the forum post that shows the workaround for this.

In terms of past experiences with PL/SQL developer these blips really stand out as I have always been happy with the core functionality as it is free from issues.

Lastly are a few nice plugins, from softema who seem to have gone under, that really increase the ease at which I use PL/SQL Developer. These are TextType and wList which are no longer supported. Could similar functionality be incorporated at some point into the latest code stream?

Michael
 
The 7.1 code stream seems slower and more unstable. Although the code folding is a long awaited feature I have been hoping to use, I have problems with it not working with larger packages. More importantly the package methods are lost on some large package bodies.
Recently we were also affected by problems against are databases when automatically adding debug information when compiling code. I have seen the forum post that shows the workaround for this.
Which 7.1 version were you using? I'm not aware of any of these problems.
 
We are running with version v7.1.5.1396.
The debugging problem is to do with "ORA-0314 not connected to Oracle" which is described in the forum with workarounds.

I have not found details on the problem with not seeing the methdods in the package body.
 
Back
Top