Recent content by joachim

  1. J

    PLSQLDev 15 and wine

    you are right! The scaling is the problem. I use a 4k monitor. To get the font size larger I scaled the winecfg parameter from 96 to 144 and the application crashed. Reset to 96 (default) -> no problems any longer but I have to use a magnifying glass.
  2. J

    PLSQLDev 15 and wine

    Thanks Marco. There are a lot gdi32 post, most of there are very old and I found no solution. Are there any new libraries involved in plsqldev 15? (With v14 I got no problem).
  3. J

    PLSQLDev 15 and wine

    Send via PM Best regards
  4. J

    PLSQLDev 15 and wine

    Well - the error messages are gone, but the program still didn't start! So this is no solution for my problem. Best regards
  5. J

    PLSQLDev 15 and wine

    Hi I'm using PLSQLDev 14 for long time on Ubuntu 20 and 22 without any problems. But I'm not able to run it with PLSQLDev15. Here is the error output when I start it on command line: MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0...
  6. J

    Cannot register PL/SQL Developer under Wine

    yes, without any problems. Using wine-5.0 / ubuntu 20.04. Plsdev 32 bit version!
  7. J

    14.0.6 beta freezes sometime

    I noticed this as well some days ago. Sorry, I didn't generate a debug file. But for me, it seem to happen, when I made a typo in an object name and PLD tries to find more infos about this object: example - trying to find a columnname of a misspelled table. Or wrong package-> find procedures...
  8. J

    No GitGUI shown

    Tested with beta2: works fine :-) Thanks
  9. J

    No GitGUI shown

    Yes, both of the directories are existing and there are config.ini in both dirs.
  10. J

    No GitGUI shown

    The Git GUI List is empty. GitGUI Executable is C:\Program Files\TortoiseGit\bin\TortoiseGitProc.exe By the way: also tested with "Git Extensions" instead on tortoise. Selectbox "Git GUI" remains empty.
  11. J

    No GitGUI shown

    Hi there is no Git GUI selected. My parameters are the same as in your documentation: git.exe and tortoisegitproc.exe as GUI executable. Both program are working well with the windows explorer. But GitGUI remains empty in my preference sheet. Best regards Joachim
  12. J

    PLSQLDOC could not generate documentation

    It has nothing to do with the directory as it's the same for all others versions of plsqldev. Even this little code can't be documented: create or replace package dummy is /** Author : T. Tester Created : 25.02.2020 11:21:36 Purpose : Just a Test */ end dummy;
  13. J

    PLSQLDOC could not generate documentation

    PLSQLDOC could not generate documentation. No problems with version 13 and older for the same files Best regards Joachim
  14. J

    CLOB field in v$sql

    same problems with any clob value
  15. J

    Why does plsql developer installer need admin permissions?

    You can use: msiexec /a "c:\program files\plsqldev1300x32.msi" /qb and run plsqldev.exe from the new directory Joe
Back
Top