Oracle Data Access Components (ODAC) 14.0.0

Released: Sep 17, 2025

14.0.0 버젼 업데이트

기능

  • Added support for Embarcadero RAD Studio 13 Florence.
  • Added support for Lazarus 4.2.
  • Added support for the BOOLEAN data type in Direct mode for Oracle 23 and later.
  • Added support for passwords longer than 30 characters in Direct mode for Oracle 23 and later.
  • Added support for Bearer Token authentication when connecting through HTTP tunnel.
  • Added the SelfEvents property to TOraAlerter for enabling or disabling receiving your own events.
  • Added support for system proxy settings to the TProxyOptions class for HTTP tunneling.
  • Added the Pooled function to the TCustomDAConnection component.
  • Added support for ReportBuilder 23 in the Demo project.

수정사항

  • Fixed an issue with OUT parameters returning NULL values when an OUT CURSOR parameter was present.
  • Fixed an issue with dynamic fetching Unicode values in OCI mode.
  • Resolved an issue where all connections were removed from the pool if TPoolingOptions.MinPoolSize was set to a value greater than 0.
  • Resolved an issue where getting the record count failed if the query contained an ORDER BY clause.
  • Resolved an issue with C++Builder compilation.
  • Resolved an issue that caused a memory leak in the GetIPInterfaces procedure.
  • Fixed paths in *.dproj files for IOHandlers and updated the documentation.