Recent content by Maarten Deen

  1. M

    ora-03114 Not connected to oracle

    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...
  2. M

    Enhancement request: more SQL/Plus commands

    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...)
  3. M

    todo: sizable "Window list"

    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...
  4. M

    Multiline quotes and highlighting

    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 ' ||...
  5. M

    Version 5.1.4.729 hangs after executing test script

    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...
  6. M

    Version 5.1.4.729 hangs after executing test script

    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...
Back
Top