Recent content by Dezsoe Kados

  1. D

    PLSD 14 check online update shows 13.0.6.1911 as latest version

    As mentioned in the subject line. Should be something like 14.xxxx?
  2. D

    14.0.6 beta freezes sometime

    Marco, I have seen such freezes as well. I found no pattern though.
  3. D

    Linked queries no response

    Well, it is about editioning views and maybe even not specific to version 14. It works indeed with "real" tables. Making it work for editioning views (or even better all views) would be great. I think this is failing in such cases because it is trying to get the foreign key relations from the view.
  4. D

    Linked queries no response

    no response on clicking "Linked query" with a result line selected.. Version 14.0.0.1954 Beta (64 bit)
  5. D

    Performance issues

    Seems that I can not reproduce this in beta 3...
  6. D

    Performance issues

    Will try to generate some test scenarios...
  7. D

    Performance issues

    When connecting via VPN to a remote database the performance is not sufficient. This applies especially to compare operations (timeouts, "user requested the cancel of the current operation"(without requesting a cancel)) etc. Seems that the a 4K display could be part of the problem, operation...
  8. D

    Compare user objects byte/char semantics

    Compare user objects wrongly detects diffenreces when "char" semantics is used. When the diffreneces are applied byte semantics is "enforced". This is for all UTF DB charactersets a real issue. PLSD version: 13.0.6.1911 (64 bit) Oracle DB 12.1 ... 19c
  9. D

    Compare user objects: varchar2(xx char) not used in correct way

    The simplest example: on the source: CREATE TABLE tab1 (testcol VARCHAR2(10 CHAR)); SELECT table_name,data_type,char_length,char_used FROM user_tab_columns WHERE table_name='TAB1'; TABLE_NAME DATA_TYPE CHAR_LENGTH CHAR_USED 1 TAB1 VARCHAR2 10 C compare to target (the...
  10. D

    Compare user objects: varchar2(xx char) not used in correct way

    When comparing (and applying after compare...) tables the varchar2 are always compared with byte semantics. This seems to be wrong. Version: 13.0.6.1911 Dezs
  11. D

    Beta 8 stuck at "reading preferences"

    PL/SQL Developer Version 13.0.0.1878 (64 bit) Windows 10 Build 17763 Physical memory : 16.495.580 kB (9.982.012 available) Paging file : 19.641.308 kB (12.526.788 available) Virtual memory : 137.438.953.344 kB (137.434.391.752 available) Parameters C:\Program Files\PLSQL...
  12. D

    Beta 8 stuck at "reading preferences"

    As mentioned in the subject, the splash screen is stuck showing "reading preferences".
  13. D

    Linked query not doing anything....

    Linked query button is not doing anything. Version 11.0.4.1788 (64 bit) (same for the 32 bit version) Seems this is happening when selecting from some synonym which again is pointing to some view in a different schema. In such a situation the "Custom..." entry is not shown preventing the...
  14. D

    64-bit Release: "AutoSelect statement" feature often selects wrongly

    I have also seen this happening a couple of times with the x64 version (and no I can not reproduce this on will). This can be seen as something dangerous (e.g. autoselect "decides" to do some update statement instead of the intended select)
Back
Top