Recent content by Peter H.

  1. P

    SQL result grid not displayed in SQL Windows

    I have the same problem. PLSQL Developer version 14, 64-bit, Oracle Instant Client 19.15 64-bit... on Windows 2008 Server 64-bit I unzipped both things to a remote terminal server Windows 2008, configured everything as I was used to on various PCs for the past 10 years. Hacked the OCI.DLL...
  2. P

    object owner filter in object browser's custom folder

    I'm trying to set up a custom folder in object browser with a list of object types, so that all my stored programs (procedures, functions, triggers, packages, java sources, types) show up in a single folder. The object_type condition does what it's supposed to do. However, the resulting list of...
  3. P

    schema compare (still) slow in pldev 14

    Dear pldev team, I reported a slowness of the query for getting the list of schema objects for schema comparison already for pldev version 13. (Seehttps://forums.allroundautomations.com/ubb/ubbthreads.php?ubb=showflat&Number=60851#Post60893) I tried pldev 14.0.1.1965 (32bit), but the...
  4. P

    Internal difference viewer AND PL/SQL beautifier

    Strictly optional, please! Do not enforce this on all pldev users.
  5. P

    PLD next version

    Wonderful set of new features and fixes! Now, please, for version 14 fix also the object list query for Schema Compare tool as suggested inhttps://forums.allroundautomations.com/ubb/ubbthreads.php?ubb=showflat&Number=60851#Post60893
  6. P

    Runing SQL with EDITIONABLE

    The program window does not know how to deal with the "force" keyword (in create or replace force type...) either.
  7. P

    DBMS_REDACT and DBMS_RLS use in PLSQLD?

    It would be better to make the Object Browser queries open-sourced or externalized into config files, so everyone could affect the contents of his/her Object Browser. I already suggested this elsewhere on this forum.
  8. P

    Very slow response of IDE when working through VPN

    I'm suspecting that, for Code Assistant, each item from the dropdown gets queried individually, by a separate DB query. My suspicion comes solely from the observation that when I spawn the Code Assistant, my mouse cursor blinks frenzily between the "arrow" and the "SQL hourglass". It's slow not...
  9. P

    idea: opensource the queries in plsqldev?

    Example of the advantages: When opening the schema compare window (in pldev version 13.0.6), the underlying query getting the list of schema objects to be compared is slow (... at least on my DB). I found the query via sessions browser to be select * from sys.all_objects o where owner =...
  10. P

    idea: opensource the queries in plsqldev?

    Instead of making the whole PL/SQL Developer open source which, I guess, would ruin your business, would it be possible to make at least all the underlying queries as open source? This way you could focus on developing features in PL/SQL Developer while the community would help you and...
  11. P

    bug with "Find in Project" full text search?

    13.0.6.1911 This (mis)behaviour was present also in major version 10. I think I was reporting it to you a few months ago via e-mail.
  12. P

    bug with "Find in Project" full text search?

    Does the "Find in Project" functionality work at all? Whatever I type inside the search box, no search results appear...
  13. P

    PLDOC / Table documentation, wrong TYPE in char semantics defined as CHAR.

    Very similar problem with inconsistent char length semantics occurs when doing schema compare on different databases (with a different default of the char length semantics).
  14. P

    Postgres

    That would be for the best (of its users) but, honestly, do you really want to maintain a Delphi codebase? ;-)
Back
Top