Old versions of pl/sql developer

Hey,

We are using version 7.1.5 in our daily work at our company. But i cant seem to find it downloadable anywhere on the site anymore?

The version 8, does not work the same way as the 7.1.5 did, and this makes it difficult to work with along with our code.

The problems i am experiencing is:

- When looking for invalid objects (the button in the editor, which shows all invalid objects) it only shows objects from the user i am logged in with, and not all invalid objects like the old version. E.g. i log in with the sys user, to compile all the objects instead of having to login with each user. (this could be a setting but havent been able to find it).

- When debugging code, the editor freezes, making it impossible to debug the pl/sql code we have. This seems to only happen once it tries to enter the body of the code as i am able to debug the spec part of the code (constants declerations).

Hope someone is able to help.

/Lars
 
The 7.1.5 version can be downloaded from the same page where you downloaded 8.0.

The invalid objects issue may be explained by the new User Selector of the Object Browser. By default it is set to . Set it to to get the old 7.1.5 behavior.

The debugging/editor issue is unknown to me. There is not much difference between the 7.1.5 debugger and the 8.0 debugger. To obtain some more diagnostic information, can you modify the shortcut and add the debugsql parameter? For example:

"C:\Program Files\PLSQL Developer\plsqldev.exe" debugsql

Reproduce the problem and send me the debug.txt file that is generated in the PL/SQL Developer directory.
 
When i from pl/sql choose download upgrade it sends me to this site:
http://www.allroundautomations.com/update/update002.html

From here i am not able to find version 7.1.5. When browsing your site i am not either able to find version 7.1.5. Can you please provide a link?

I will send the debug information in a mail to

support@allroundautomations.com

with the heading "Debugging problems". I hope this is sufficient.

And for good measure i tested the exact same situation with version 7.1.5 on my old machine, and it also freezes. I have included the debug txt for that aswell.

It worked with the tag.
 
Back
Top