Recent content by Marcel Hoefs

  1. M

    Debugger hangs

    Ok, if you want to debug on a RAC cluster you have to make connection from the test/debug window in PL/SQL Developer to 1 node/service of the cluster. Which node does not matter. To be able to connect to 1 specific node in a RAC cluster you have to use a connect string which specifies the...
  2. M

    Debugger hangs

    It is still not clear if your database is part of a RAC cluster. The description of the problem suggests this. To be certain, can you run the following query and if this query returns more than one row your database is part of a RAC cluster: select * from gv$instance;
  3. M

    Strange issue with dbms_output

    May check if NLS_LANG and DB characterset are the same?
  4. M

    Refresh Session Window Details tab

    You could also use a right click on the detail grid and choose "Refresh list"
  5. M

    dbms output is still super slow in Developer 15

    +1 One of the most annoying problems in PL/SQL Dev since many versions. I do not understand why this is not fixed/improved?
  6. M

    Difference viewer options button is not working

    I noticed when I user the difference viewer to compare e.g. two package files the "options" button (the second from the right) is not working. In version 14 this works perfectly. I am using PLSQL Dev 15.0.0.2047
  7. M

    Bookmark indicator overlaps line numbers

    In PL/SQL Dev 15.0.0.2045 the bookmark indicator overlaps the line numbering in the code editor. Attached is an example. Can this please be fixed?
  8. M

    Comment line function key works for one line only

    Works now as expected for single and multiple lines in beta 5.
  9. M

    Command window, marking error message goes to source, can not copy directly afterwards

    For me it works the way you want it to work. You just have to move the mouse cursor around until it becomes a text pointer (looking like a capital letter I) before starting to copy text in the dialog window. After copying the text this way the focus remains in the dialog window.
  10. M

    Comment line function key works for one line only

    I did in version 14 and because I saw this new feature I thought that this excellent functionality is now standard in version 15, as has happened to many popular plugins. If this new feature is meant to work for one line only then of course I will continue to use your excellent plugin!
  11. M

    Comment line function key works for one line only

    From the new features page I noticed the following: A new function key “Comment/Uncomment Line‿ has been added, which is assigned to Ctrl+’-‘ by default. This function adds double hyphens to comment a line, or will remove them if already present. This works perfectly for the line the cursor is...
  12. M

    Change connection shortcut not working

    I use keyboard shortcuts extensively and I noticed some time ago that the "Window: Change connection" shortcut does not work in the session browser window. It is working just fine in all other windows so I would like this functionality too in the session browser window. Can you please fix this...
  13. M

    Freezeing when connecting remote via RDP

    I am experiencing the same problem. If I disconnect my RDP session with PL/SQL Developer open in de RDP session, the time I reconnect the RDP session PL/SQL Developer is frozen. Maybe I am not patient enough but after several minutes I kill PL/SQL Developer. After restarting PL/SQL Developer...
  14. M

    Object Browser list disappear

    Same here and for me it started with version 14 and I am unable to find out why this happens. It does not happen often but usually when I have not restarted PL/SQL Developer for a long time and when I have a large number of windows open (> 25). I do have an additional folder defined for...
  15. M

    enhancement request: Test Window for pipelined function

    Or you can use the cursor type variable of the test window. So e.g., open :result_set for select * from table (ma.map_xutils3.clob2lines(p_clob => :p_clob, p_delim1 => :p_delim1, p_delim2 => :p_delim2, p_str => :p_str, p_blob => :p_blob, p_csid => :p_csid, p_utf8 => :p_utf8)): Where...
Back
Top