Recent content by Marco Kalter

  1. Marco Kalter

    Feature Request – Flexible .sql File Extension and Folder Structure in “Export User Objects”

    Thank you for your feedback. I have added this to the list of enhancement requests.
  2. Marco Kalter

    AI implemantation

    We'll be looking into this for version 17.0.
  3. Marco Kalter

    How to Navigate to Implementation

    There is currently no option for this. I have added this to the list of enhancement requests.
  4. Marco Kalter

    Problem: execute sql in debug session...

    To obtain some more diagnostic information, can you modify the PL/SQL Developer shortcut and add the DebugSQL parameter? For example: "C:\Program Files\PLSQL Developer 16\plsqldev.exe" DebugSQL Reproduce the problem and send me the debug.txt file that is generated in the %APPDATA%\PLSQL...
  5. Marco Kalter

    How to use Oracle Instantclient with Full Clients being installed

    The %APPDATA% directory will take precedence over the installation directory, so that your customization will be preserved for existing users. This will not help for new users of course. I have added the %ProgramData% suggestion to the list of enhancement requests.
  6. Marco Kalter

    Why is only the first mentioned table updateable in the results view?

    The SQL Window currently does not resolve the rowid to a table name. I have added this to the list of enhancement requests. In this case there would indeed no longer be a table order requirement for the FROM clause for updateable result sets.
  7. Marco Kalter

    Forum terms might be self-defeating

    We'll check it out and will update if appropriate,
  8. Marco Kalter

    Why is only the first mentioned table updateable in the results view?

    Typically only one table of a query will bey key-preserved (unless there is a one-to-one relation between the tables), so only one table can be updated. The SQL Window assumes that the first table is the key-preserved table.
  9. Marco Kalter

    How to use Oracle Instantclient with Full Clients being installed

    The Params.ini file from the installation directory is copied to the %APPDATA%\PLSQL Developer 16 directory when a user starts PL/SQL Developer. It can be maintained at this location as well, so that a software install/uninstall/update does not affect it.
  10. Marco Kalter

    How to use Oracle Instantclient with Full Clients being installed

    You can set any command-line parameter in the Params.ini file in the PL/SQL Developer installation directory. This ensures that the parameter is used, regardless how PL/SQL Developer is started.
  11. Marco Kalter

    Connection using LDAP names

    We have tested this with the same Oracle Client Version 23.3.0.23.9, and it seems to work fine. Can you send the plyxon.error.txt file from the $HOME/Documents/Plyxon/Log folder to support@allroundautomations.com?
  12. Marco Kalter

    Explin Plan Blocked in Read-Only mode

    We can probably enhance this for the next release.
  13. Marco Kalter

    Add support for Copilot?

    That is still possible. Just send a mail to support@allroundautomations.com.
  14. Marco Kalter

    Explin Plan Blocked in Read-Only mode

    The explain plain function will update the plan_table, so it is indeed not allowed in read-only mode. We'll see if we can allow this in the next release.
Back
Top