Recent content by Barry

  1. B

    PL/SQL Developer Freezes in Single Session Mode

    Yes - this happens every time. Note that I am on Oracle 8.1.7 I notice that the single session behavior is the same as with SQL*Plus Other versions of interest: Windows 2000 version 5.0 (build 2195) Service Pack 3 Session mode: Single OCI Library: Use OCI7: False Using Home...
  2. B

    PL/SQL Developer Freezes in Single Session Mode

    These are differences between single-session breaks and multi session breaks: Single session: select * from big_table Shift-Esc works select count(*) from big_table Shift-Esc does not work (and screen is frozen) Multi session: select * from big_table Shift-Esc works select count(*)...
  3. B

    PL/SQL Developer Freezes in Single Session Mode

    When developing in single session mode, a long running query will freeze PL/SQL Developer. I am unable to stop the query or do anything else. Works fine in Dual or Multi session.
Back
Top