Recent content by AK_Itim

  1. A

    PL/SQL Developer not returning data & unable to terminate

    What possible reason could there be for the application to not return data, and subsequently freeze, and for SQLPlus to return data as expected?
  2. A

    PL/SQL Developer not returning data & unable to terminate

    Hi Marco, do you have any further ideas on this issue?
  3. A

    PL/SQL Developer not returning data & unable to terminate

    This is true, a result is not returned, and PL/SQL Developer hangs when we try and cancel the query. This presents 2 questions: 1) Why does running the query through PL/SQL Developer not return any results, but SQLPlus does? 2) Why does PL/SQL Developer crash when we try and cancel the query?
  4. A

    PL/SQL Developer not returning data & unable to terminate

    Hi Marco, see the below: PL/SQL Developer Version 7.1.5.1397 Windows XP (64-bit) 5.1 Build 2600 (Service Pack 2) Physical memory : 1,048,576 kB (1,048,576 available) Paging file : 2,097,152 kB (1,048,576 available) Virtual memory : 2,097,024 kB (1,960,324 available)...
  5. A

    PL/SQL Developer not returning data & unable to terminate

    Hi Marco, the DEFUALT_SDU_SIZE is set as expected in the sqlnet.ora file in the same home directory that PL/SQL Developer uses. Do you have any further suggestions??!
  6. A

    PL/SQL Developer not returning data & unable to terminate

    Hi all, I'm running the following setup: Oracle 11g 64bit DB on Unix Oracle 11g 32bit Client on Windows Server 2K8 R2 Standard (64bit) PL/SQL Developer v7.1.5.1397 And have the following issue: When I run select * from a table containing 120 columns & around 80,000 records, the application...
Back
Top