Recent content by Marco Kalter

  1. Marco Kalter

    PL/SQL Dev 16 UI is much slower than 15

    Can you go to Preferences > User Interface > Editor, disable the "Clipboard History" option, and try again?
  2. Marco Kalter

    FEATURE REQUEST: Comment Directives - Visualisation EMPTY RESULTS oder DISPLAY ONLY EMPTY RESULTS

    I have added this to the list of enhancement requests. We could also implement a &count variable for the --TAB=<Name> comment directive, and maybe other variables. For example: -- TAB = All Employees (&Count) select * from emp order by empno;
  3. Marco Kalter

    Forums Moved

    We are pleased to announce that we have moved our support forums to a new platform. This new platform will offer better performance and availability. We did our best to move all accounts, topics, and posts. If you are experiencing any problems, you can send an email to...
  4. Marco Kalter

    Forums Moved

    We are pleased to announce that we have moved our support forums to a new platform. This new platform will offer better performance and availability. We did our best to move all accounts, topics, and posts. If you are experiencing any problems, you can send an email to...
  5. Marco Kalter

    Forums Moved

    We are pleased to announce that we have moved our support forums to a new platform. This new platform will offer better performance and availability. We did our best to move all accounts, topics, and posts. If you are experiencing any problems, you can send an email to...
  6. Marco Kalter

    Forums Moved

    We are pleased to announce that we have moved our support forums to a new platform. This new platform will offer better performance and availability. We did our best to move all accounts, topics, and posts. If you are experiencing any problems, you can send an email to...
  7. Marco Kalter

    Extensions in the context of projects

    Thank you for your suggestions. I have added these to the list of enhancement requests.
  8. Marco Kalter

    PL/SQL developer simultaneous connection to OCI db with two difrerent wallets

    PL/SQL Developer uses a single TNS_ADMIN directory, which can only point to one wallet configuration at a time. However, there’s a way to overcome this limitation by leveraging the MY_WALLET_DIRECTORY parameter in the tnsnames.ora file for each connection.
  9. Marco Kalter

    Bookmarkicon not identifiable

    We'll enhance this!
  10. Marco Kalter

    Databasename show in mixed case

    That would indeed be better. We'll enhance this.
  11. Marco Kalter

    FEATURE REQUEST: set CSV "Sep=^" when exporting query result

    I have added this to the list of enhancement requests.
  12. Marco Kalter

    [SOLVED] (Feature already exists): user-defined variables in comment directive CSV/Excel

    Environment variables should work. For example: -- csv=%USERPROFILE%\Documents\dept.csv SELECT * FROM dept; After executing and selecting Export Results > CSV File, the dept.csv file is automatically saved to your Documents directory.
  13. Marco Kalter

    registration problem

    Can you send an e-mail to support@allroundautomations.com with your license information?
Back
Top