Recent content by juanian

  1. J

    Test window can not be closed when debug has gone wrong or connection has been lost

    Sadly, it appears that this will never be fixed. I recently upgraded to Version 14 and just ran into the problem (again). Checking the forums, I still see my original post from 13 years ago ( Debug session 'stuck' on ORA-03114 - not connected to oracle loop ). The problem can occur when a...
  2. J

    Enhancement: Add 'Copy with Header' to Explain Plan copy

    When using the Explain Plan window, right-clicking on the plan details shows a 'Copy' command, which copies the plan details to the clipboard as tab-delimited text. Can a second option be part of the right-click that is "Copy with Header" (like there is when right-clicking on a SQL Window...
  3. J

    Test window can not be closed when debug has gone wrong or connection has been lost

    And it has been around for quite a while . . . Debug session 'stuck' on ORA-03114 - not connected to oracle loop
  4. J

    Very bad recovery file bug

    This problem has existed for a very long time, and I (like you) didn't realize that the auto-recovery didn't retain the last saved file contents. Every time I recover from a crash, I always compare all windows (with the last saved version of the file) to see what has changed, and close all open...
  5. J

    10.0.4: Export hangs if db goes down

    I've had a similar problem. Check your TNS definition - if it has something like "(RETRIES = 180)(DELAY = 5)", it can be contributing to your issue. (Why Oracle seems to like "RETRIES = 180" is beyond me; this causes programs (like PL/SQL Developer) to retry 180 times (with a delay of 5...
  6. J

    Test window can not be closed when debug has gone wrong or connection has been lost

    I have a similar problem, but I don't think the workaround from archer works for me. When I try to close the window, I get the "Test Window can't be closed..." box. Clicking Terminate give me the error: Error during debug step: ORA-03114: not connected to ORACLE Debug session terminated. but...
  7. J

    9.0 Date Export to Excel - Different Format in .xls and .xlsx

    (Sorry for the late reply - this wasn't in my Watched Topics) Dates that are formatted with the 12-hour time don't show the AM (or PM) properly when using "Copy to Excel"/"Copy all as xls" - it appears like A1P1, or A4P4, or A10P10, or ... . The fix that was made for the "Copy to Excel"/"Copy...
  8. J

    Text Importer Freezing

    Has anything been found related to this issue? It has plagued me since version 7 (and I am now using 9). What I have seen is the following: After clicking Import, the cursor turns into a spinning circle (Windows 7/64-bit), and the number of imported records increments in the status bar. After...
  9. J

    Text Importer: would like a "bad" file or window

    Also, in addition to showing a log of errors encountered, how about an ability to log duplicates? I've performed an import, and there are duplicate records, but I don't know which records are duplicates. (Maybe adding a third radio button "Flag duplicates" to allow the duplicates to be logged...
  10. J

    WINDOW LIST CLICKING GOES TO ANOTHER PROGRAM

    I've had that problem happening since version 7. I've seen that sometimes, if PL/SQL Developer is busy doing certain actions, the window becomes "invisible" to mouse clicks, and whatever window is behind PSD will get the mouse click. It is mildly annoying, but I've just learned to live with it...
  11. J

    9.0 Date Export to Excel - Different Format in .xls and .xlsx

    I am seeing the AM/PM problem (A7P7) with 9.0.6.1665 when I use "Copy to Excel" / "Copy all as xls". The other 3 copy to Excel methods work fine.
  12. J

    PLSQL Developer will not see my tnsnames file

    One other note: If the tnsnames.ora file has multiple entries with the same TNS name, the list may not display in the Database dropdown (at least that is what I have seen with version 7.1.5.1398)
  13. J

    PL/SQL Dev Test Window Doesn't Terminate on Error

    If you are on a PC connected to an Oracle server, one other possibility (to regain control over PL/SQL Developer) is to unhook your ethernet connection, wait a few seconds (for your connection to time out), then reconnect your computer to the network. In some cases, this might not kill the...
  14. J

    Enhancement: Don't clear SQL result set after an error

    Does anyone know if this was fixed in 7.1.5? (It is not listed as one of the enhancements for 7.1.5, so I'm assuming it was not.) I'm currently using a stable version of 7.1.4.1390, and I'd rather wait until an update fixes/has something I'd like before I upgrade.
  15. J

    Copy & Paste problem with yellow marker

    Odd - I've always noticed that behavior. If I have an error in a package that has a line displayed with a yellow hightlight, copying lines (that include the yellow highlighted line) and pasting the lines somewhere else always has an extra blank line added after the highlighted line. (Current...
Back
Top