Recent content by fctb

  1. F

    Context menu review?

    Hi, In ver 16 (just moved from ver 14), the context menu for the known objects has the most used options in a submenu ... really? I rarely/never use the first options proposed (in the attached picture in red) in the menu and I have to move the mouse quite a bit to find the option I actually...
  2. F

    PLSQL Developer crashes without any error

    Hi, I upgraded to ver 16 because the ver 14, from time to time, crashes without any error, the application just exit when I switch the connection to another database. I tried with different versions of client, standard and instant, from 12 to 21. Do you have any hint on why the application...
  3. F

    New design

    I agree with all other comments. The icons are almost impossible to identify, almost impossible to understand if a button is enabled or disabled. There is no color/contrast. I really wanted to test the beta version but I simply cannot work with this new layout. PLEASE KEEP THE OLD BUTTONS! I...
  4. F

    enhancement request: Test Window for pipelined function

    Any progress on this (3y old) request?
  5. F

    GIT status not shown in status bar

    I'm using the 64 bit version. Email sent at support@allroundautomations.com Regards
  6. F

    GIT status not shown in status bar

    Hi, opening a file from a git repository (from the "Files" ) correctly shows the file status (Git:untracked/Git:modified/..) but when an object is opened from the database and saved into a git repository, the file status is not shown in the status bar. Can you please fix this? Thank you!
  7. F

    With function ORA-00933: SQL command not properly ended

    Creating a view with a function in a with clause does not work even if "AutoSelect statement" is disabled. Not even in the command window. We have to use SqlPlus to compile such view. CREATE OR REPLACE VIEW TMP_FUNCV AS WITH FUNCTION FOO RETURN NUMBER IS BEGIN RETURN 1; END...
  8. F

    Export tables SLOW?

    Hi, As I had some time today, I installed an older version of PLSQLDev (11.0.6) and I tried the export. It is 10x faster (same table, same database, same computer). 00:00:05.801 TOracleQuery ___SNIPPET___C042FC0 End (100 records processed) Duration = 2.032 00:00:05.803...
  9. F

    Export tables SLOW?

    Hi Marco, in the debug file during the export I can see 00:00:20.269 TOracleQuery ___SNIPPET___AA29A80 Start Query.Next for up to 100 records 00:00:20.272 TOracleQuery ___SNIPPET___AA29A80 End (100 records processed) Duration = 0 00:00:22.839 TOracleQuery ___SNIPPET___AA29A80...
  10. F

    Export tables SLOW?

    Hi, I don't know if this is happening only to me but it seems like export table (SQL Inserts) is VERY SLOW. For example a 60k rows are exported in 20 minutes. The table has only 35 columns with no LOBs/CLOBs. A complete select/"parse" in the grid takes about 30sec. Is there something I can...
  11. F

    Window label (remove owner if ...)

    Hi, Is it possible to remove the owner from the window label/title if - I'm not using multiple connections - the object owner is the same with the connection If I'm changing the connection than I can accept to have the initial owner in the label/title. Thanks!
  12. F

    Filter on "Users" folder

    Hi, Seems like using "All non-system objects" filter is not working on "Users" folder in Object browser. Is it possible to fix this? We want to see only our schema (ignoring all ORACLE_MAINTAINED='Y') I don't know if hiding by default "Oracle maintained" users is a good idea (to me it is)...
  13. F

    Check connection vs. Check connections

    Hi, I'm having some problems with one database where idle connections (firewall problem to be fixed) are dropped. I tried the "Check connection" option but seems like is keeping alive one connection not all established connections. In debug mode I was expected to see multiple "pings" every...
  14. F

    Extend the RECALL history duration

    The "Maximum size(statements)" has a limit of 1000 statements. Can you please change (increase) this limit? Regards
  15. F

    Test script / DBMS output to file

    Hi, it is possible to add a new feature to automatically save DBMS outputs to a file? Options: - with or without override warning - with or without dual spool to file and in dbms output window Thank you, Regards, Stefan
Back
Top