Recent content by singularity

  1. S

    Delete Queries Hang When Executed in a SQL Window

    Unfortunately, we're at the mercy of our IT department, and 9.0.2 is the latest version they have certified at the moment. We do have people running versions 7 and 8, who are not having this issue.
  2. S

    Delete Queries Hang When Executed in a SQL Window

    PL/SQL Developer Version 9.0.2.1621 Windows XP Professional 5.1 Build 2600 (Service Pack 3) Physical memory : 2,097,152 kB (2,097,152 available) Paging file : 4,194,304 kB (4,194,304 available) Virtual memory : 2,097,024 kB (2,032,880 available) Parameters C:\Program...
  3. S

    Delete Queries Hang When Executed in a SQL Window

    Version 9.0 In a SQL window, when I try to execute a simple DELETE query delete tbl; on a table with only 3 rows, it hangs on "Initializing..." and never executes. Same thing happens when I try to run a DELETE on any table. Other DML commands work fine however. When I try to run a DELETE in...
Back
Top