I remember the same problem some years ago. This seemed to be realated to one of the Oracle 8.0 versions. Upgrading to a newer Oracle (still 8.0) resolved the problem.
At the same time we always had to log in twice when changing sessions (in Session|Log on), after the first login we always...
PL/SQL Developer does not support all SQL/Plus commands (like CONNECT, DESCRIBE and various SET commands).
The commands that are supported are very nicely listed in the manual, but are the missing ones ever going to be implemented?
I am missing SET AUTOCOMMIT most (yes, there are those people...)
This would be a very welcome addition to the Preferences window.
But now I've tried it (the key wasn't there initially) I've run into a bug: I've put the value to F (15) and when I open my 16th window, it drops off the list and no scrollbar is shown. Only when I add a 17th window the scrollbar...
Little bug:
When you type text between quotes (') in the SQL Window, it is highlighted. But if the quoted text is on more lines, the second line starts with default text and the highlighting starts again after the closing quote.
Example, paste this in the SQL window:
select 'the date
is ' ||...
I thought so! I had been working with Oracle 7.3.3.4 in the past and there PLSD gives a message like 'debugging is not available' and I knew you had to have 7.3.4 for debugging. I was surprised to see that I could go into the debugger on this Oracle.
Would it be an option to make a setting in...
Hi,
I have a rather big problem using PL/SQL developer version 5.1.4.729.
When I make a package and test in the test window, all is well if I use F8 to execute it, but as soon as I use F9 to step to the line that calls the package and then press F8, PL/SQL developer hangs when the package is...