Recent content by Felix

  1. F

    Describe on Context Menu is missing in v15

    Thanks for the info. I like it, I was just too blind to see it.
  2. F

    Describe on Context Menu is missing in v15

    Also missing from context menu: View Edit Query Data Edit Data
  3. F

    Describe on Context Menu is missing in v15

    When I right-click in the SQL-Window and Program window on a table name I am not seeing the Describe anymore.
  4. F

    File Open/Save dialogs

    File Open Workbook dialog from OBDC Importer looks very outdated windows XT dialog. Would be nice if you can use Windows 10/11 system dialogs for Open and Save Dialogs. Toolbar for current dialog are not rendering correctly.
  5. F

    Window List Scroll Wheel

    Mouse scroll wheel does not work in Window List area
  6. F

    FORMATTER Indents after BEGIN END block

    In a SQL Window the PL-SQL formatter indents the next SELECT statement. In the following example the 1st SELECT with get indented. DECLARE r INTEGER; BEGIN r := 1; END; / SELECT 1 FROM dual; SELECT 1 FROM dual;
  7. F

    Moving between monitor gets stuck

    Since I posted the message, I did a Windows 10 fresh install, because I upgraded my SSD to a larger size. Still have issues of going between windows it gets stuck in between for a few seconds, before I get a titlebar again so I can grab and finished the move. Another issue that is related...
  8. F

    Moving between monitor gets stuck

    Similar issue with. It stops in the middle, but I can grab the title bar again much quicker. PL/SQL Developer Version 14.0.0.1961 (64 bit) 01.126109 - 10 user license Service Contract: 7/1/2020 Windows 10 Build 18362 Physical memory : 33,504,304 kB (18,358,240 available) Paging...
  9. F

    Moving between monitor gets stuck

    I have two monitors. 1st monitor has 3840x2160 resolution with 150% scaling and 2nd monitor has 1920x1080 resolution with 100% scaling. When I move the app between the monitor it gets stuck between the two monitors and I have to wait about 5 seconds before I can grab it an finish the move. I see...
  10. F

    Dual Session slow on connecting/disconnect

    I email the debug file to support
  11. F

    Dual Session slow on connecting/disconnect

    I upgraded to lastest PL-SQL Developer, change the ORACLE_HOME environment variable and upgraded to latest Oracle 19.3 instant client. Still slow. Tried with Dual Mode and Single Mode and Multi Mode. All modes are slow at connecting. PL/SQL Developer Version 13.0.6.1911 (64 bit) Windows 10...
  12. F

    Dual Session slow on connecting/disconnect

    Version 13.0.5.1908. I am in Dual connection mode. When I using Log On/Off buttons in the session tab is pretty fast. When I connect or switch connections using the connections tree list it is very slow about 15 secs per window. Also if I close a window it could take up to 15 secs to close that...
  13. F

    Command Window Losses connection - Version 13.0.1.1893 (64 bit)

    Command Window can not change connection, keeps say not logged in. It happens if I type connect user/pass@host or select a different connection from the status bar. If I quit and start the window is pinned and most of the time is not connected. I have to keep closing the command window and open...
  14. F

    Code Assistant directory listing after typing @

    Can the Code Assistant also include after typing @ in the Command Window, the files that are defined in the SQLPATH environment variable?
  15. F

    Change Directory in Command Window

    How can I change the directory in the command window so I can use relative paths when executing scripts? I tried HOST cd /projects/cv/sql Then when I executed @utils/version.sql I got "Error reading file" Usually from a terminal windows I cd over to the folder, start sqlplus and then...
Back
Top