Oracle Data Access Components (ODAC) Releases

Released: Mar 20, 2025

Updates in 13.4.0

Features

  • Added support for Embarcadero RAD Studio 12 Athens Release 3.
  • Added support for the RAD Studio 64-bit IDE.
  • Added support for Lazarus 3.8.
  • Added support for auto-login wallets.
  • Added support for the BOOLEAN data type in Oracle 23 and higher.
  • Added support for parameters in the Script component.
  • Added support for the TurboPack SynEdit package in component editors.
  • Added support for syntax highlighting in component editors in Lazarus on the Windows platform.
  • Added the IndentFormat argument...

Released: Jan 20, 2025

Updates in 13.3.2

Features

  • Moved the CRFunctions.CRTimeZoneInformation global variable to the interface section.

Fixes

  • Fixed a bug with OBJECT data types that were dropped and recreated between SELECT queries when using Direct mode.
  • Fixed a bug that caused the last LF to be incorrectly converted to a CRLF line break in CLOB values.
  • Fixed a bug that occurred during DML batch operations when all parameter values were cleared.
  • Fixed an issue with reading and writing RAW values to OBJECT when UseUnicode is set to...

Released: Oct 24, 2024

Updates in 13.3.1

Features

  • Added support for Lazarus 3.6.
  • Restored support for RAD Studio 12 Athens Release 1.

Released: Sep 27, 2024

Updates in 13.3.0

Features

  • Added support for Embarcadero RAD Studio 12 Athens Release 2.
  • Added support for Embarcadero C++Builder 64-bit Windows (Modern) Application Development.
  • Added support for Lazarus 3.4.
  • Added C++Builder demo components for working with SecureBridge.

Fixes

  • Fixed bug with connecting to patched Oracle 19 and higher in the Direct mode.
  • Fixed bug with assertion failure on Form destruction when TOraChangeNotification is used.
  • Fixed bug with AV failure in Package Wizard when the parameter has...

Released: May 1, 2024

Updates in 13.2.1

Features

  • Release 1 for Embarcadero RAD Studio 12 Athens, Delphi 12 Athens, and C++Builder 12 Athens is now required.

Fixes

  • Fixed internal bug with TSharedObject.

Released: Apr 24, 2024

Updates in 13.2.0

Features

  • Added support for Embarcadero RAD Studio 12 Athens Release 1.
  • Added support for Lazarus 3.2.
  • Added the GetAuditActionBanner function to TOraSession.
  • Added the GetUnauthorizedAccessBanner function to TOraSession.

Fixes

  • Fixed bug with TIMESTAMP WITH TIME ZONE reading for Oracle 21 or higher in the Direct mode.
  • Fixed bug with string value truncation when ConvertEOL=True for Oracle 11 or lower.
  • Fixed bug with Connection Pooling in the Direct mode.

Released: Feb 19, 2024

Updates in 13.1.0

Features

  • Added support for Lazarus 3.0.
  • Added support for connecting to servers with enabled Security Banners in the Direct mode.
  • Improved error message about a non-existent database object in another schema.

Fixes

  • Fixed bug with CLOB reading when UseUnicode=True in OCI mode.
  • Fixed bug with TIMESTAMP WITH TIME ZONE reading for Oracle 21 or higher in the Direct mode.
  • Fixed bug in TOraScript with parsing the CREATE JAVA SOURCE statements.
  • Fixed bug with refreshing data after DML statements...

Released: Nov 15, 2023

Updates in 13.0.0

Features

  • Added support for Embarcadero RAD Studio 12 Athens.
  • Added support for Oracle 23c.
  • Added support for Apple macOS Sonoma.
  • Added support for Android 13.
  • Added support for Apple iOS 17.
  • Added support for nested macros in SQL queries.
  • Added Display Format for Aggregate fields.
  • Added support for SHA-2 (SHA-256, SHA-512) in hash encryption algorithms.
  • Improved 'UnicodeEnvironment' support for non-Unicode Embarcadero Delphi versions.

Fixes

  • Fixed "Range check error" error on describing FLOAT...

Released: Mar 17, 2023

Updates in 12.3.0

Features

  • Added support for Embarcadero RAD Studio 11 Alexandria Release 3.
  • Added support for Apple iOS Simulator target platform.
  • Added support for Lazarus 2.2.6.
  • Added support for YEAR, MONTH, DAY, HOUR, MINUTE, SECOND, GETDATE, DATE, TIME, TRIM, TRIMLEFT, TRIMRIGHT statements in TDADataSet.Filter.
  • Added support for mathematical operations in TDADataSet.Filter.
  • Added support for Aggregate Fields and InternalCalc Fields.
  • Added the ability to restore from file with TEncoding via the Dump...

Released: Sep 12, 2022

Updates in 12.2.0

Features

  • Added support for Embarcadero RAD Studio 11 Alexandria Release 2.
  • Added support for Lazarus 2.2.2.
  • Added support for Apple iOS 15.
  • Added support for Android 12.
  • Query and Table components add 'CloneCursor' method which allows you to share data between datasets.
  • Improved performance when exporting to XML.

Fixes

  • Fixed bug when a connection string parameter value contains a single quote.