PL/SQL Developer 新版本發表

Released: Nov 24, 2025

v16.0.8 中的更新

特性

  • Added support for OpenAI GPT-5 models through the new Responses interface.
  • The Text Importer now supports SEP=<separator> meta data.
  • The Tab key will now also indent a single line if all non-blank text on that line is selected.
  • The AI Configuration form now shows hints when editing a parameter.
  • Improved performance and stability.

修補程式

  • Fixed issue where executing a SQL Window with an empty bind variable could cause a conversion error.
  • Fixed issue where editing a table on Oracle 8.1.7 or...

Released: Aug 25, 2025

v16.0.7 中的更新

特性

  • Added "Show splash screen" preference.
  • Improved performance and stability.

修補程式

  • Fixed issue where the Test Window variable calendar did not allow selection of the current date if the variable was empty.
  • Fixed issue where reopening a Program File did not bring the current Code Contents item into view.
  • Fixed issue where invoking the PL/SQL Beautifier for a program unit from the SQL Window did not always select the complete program unit.
  • Fixed issue where SQL Window TAB=<Name> directive...

Released: Jul 15, 2025

v16.0.6 中的更新

特性

  • Improved stability.
  • Test function for select statements now replaces package constants with their values and preserves all replaced expressions in comments.
  • Removed OpenSSL components.
  • Removed false positives raised by some VirusTotal scanners.

修補程式

  • When editing a column value in a SQL Window in Single Record View, the cursor would move to the front after the first change.
  • When using a function key to open the Template List, the list would not have the focus.
  • The PL/SQL Beautifier would show...

Released: Jun 12, 2025

v16.0.5 中的更新

特性

  • Improved Test Window HTP Output retrieval performance.
  • Improved stability.

修補程式

  • Fixed issue where Date fields from a query over a gateway database link could be incorrect.
  • Fixed issue where the mouse cursor would stay "busy" after clicking on the Refresh button in the Object Definition Editor.
  • Fixed issue where Crash Recovery could be incomplete when tool windows were open at the time when the backup files were saved.
  • Fixed issue where the "Use default Alt shortcuts for Ribbon" preference...

Released: Apr 9, 2025

v16.0.4 中的更新

特性

  • Stability improvements.
  • Improved grid header lines in dark mode.
  • Ribbon Alt shortcut labels (Preferences > Key Configuration) are now disabled by default.
  • You can now select 'None' for the API Key/Token for on-premise AI systems.
  • Proxy properties added for AI Systems.
  • Time out property added for AI Systems.
  • Llama model selection list extended with Llama4-maverick and Llama4-scout.
  • New AI System: Anthropic Claude.

修補程式

  • Go to Line dialog did not always process Enter and Escape keys.
  • Export...

Released: Mar 10, 2025

v16.0.3 中的更新

特性

  • Added support for on-site Azure AI systems.
  • Added Deepseek R1 to the Deepseek model list (as deepseek-reasoner).
  • AI Assistant "Temperature" and "Top P" properties can now be empty for OpenAI GPT o1 and o3 models.
  • Removed a password protected file from the package to prevent installation problems.
  • Improved stability.

修補程式

  • Fixed issue where Code Assistant overload selection did not work correctly with the Left and Right keys.
  • Fixed issue where in Dark mode, Plug-In display functions did not...

Released: Jan 20, 2025

v16.0.2 中的更新

特性

  • Added Command Window EXIT WINDOW command to close the current window.
  • New Oracle Client Wizard can now be used when PL/SQL Developer starts for the first time, allowing you to select an Oracle Client, a network configuration (TNS_ADMIN), and NLS settings. The Oracle Client Wizard can also be started from the Oracle Connection Preference page.
  • The AI Assistant now supports xAI Grok.
  • JSON parsing and formatting now supports single JSON array values.

修補程式

  • Oracle Error Help URL removed from the...

Released: Dec 12, 2024

v16.0.1 中的更新

特性

  • AI Assistant now supports Ollama.
  • Added language packs with AI translations.
  • Added the latest Llama models up to 3.3.
  • Added an option to Policies.cfg to disable AI.
  • Improved performance and stability.

修補程式

  • Fixed issue where HTML content would only be visible after clicking on it if "Use Internal HTML Viewer" preference was enabled.
  • Fixed issue where search operations in a PDF could cause an "Uninitialized Search" error.
  • Fixed issue where duplicate connection definitions were not marked red...

Released: Nov 15, 2024

v16.0 中的更新

特性

  • AI Assistant
    • Allows you to leverage the power of the most popular AI systems to create, modify or analyze your SQL and PL/SQL code.
    • All you need to do is supply an authorization key for your AI account, after which you can immediately make use of predefined AI functions in PL/SQL Developer.
    • You can also create your own AI functions for specific tasks.
    • With the predefined AI functions you can create, modify, finish, fix or optimize SQL or PL/SQL code.
    • You can also let the AI system comment...

Released: Apr 8, 2022

v15.x 中的更新

v15.0.4

Updated Jun 23, 2023

Features

  • Improved performance and stability.
  • Export User Objects now takes 'UTF8/ANSI' encoding preference into account.
  • Save text from large data editor now takes 'UTF8/ANSI' encoding preference into account.
  • Dragging and dropping a shortcut will now open the shortcut target file.
  • Clicking on the 'To-Do List' button in the Project Window will now directly take you to the To-Do Items.

Fixes

  • SELECT FOR UPDATE statements in the SQL Window could be rolled back if there...