Oracle triggers agent changelog
Release notes
2.1.9.6
Released: December 19, 2025
-
GSSD-486: Fixed an issue with MERGE statements where applied in conjuction with target column data type length different from source column data type length;
2.1.9.3
Released: December 17, 2025
-
Fixed an issue that was causing the Oracle Triggers Legacy agent not starting properly in certain scenarios;
2.1.9.1
Released: December 15, 2025
-
GSSD-460: Added support for Long data types, and more generally LOB data types;
-
GSSD-460: Fixed NCHAR and NVARCHAR2 columns were generated with incorrect length definitions
2.1.8.6
Released: December 2, 2025
-
GSSD-435: Improved performance of the triggers agent by adding support for range queries to mark the last processed transaction(s);
2.1.8.3
Released: November 24, 2025
-
Added an additional index named
_CONSUMED_INDEXto the auditing structure covering consumed transactions; -
Updated the existing index named
_INDEXto cover the remaining fields, especially theUSER_NAMEfield that was not being indexed, potentially causing slow queries; -
Added support for
/*+ PARALLEL */hint in the triggers SQL queries, customizable within the Oracle agent’s advanced settings (defaults to 4), only available on Enterprise Edition;
2.1.7.5
Released: November 5, 2025
-
Fixed reserved keyword usage in queries when using Oracle as target agent;
2.1.5.5
Released: October 13, 2025
-
Fixed an issue that could prevent data to be synced when an entity was set to pause during an agent outage (restart or broken link issues);
2.1.4.8
Released: October 1, 2025
-
Fixed a bug that was causing the replication to fail when the source table was having non contigue primary keys;
2.1.4.7
Released: September 30, 2025
-
Fixed a bug that was leading the agent to allocate more CDC caching eviction jobs than actually required;
2.1.4.2
Released: September 19, 2025
-
Fixed a bug when parsing a Date type;
-
Fixed a bug when handling source table partitions;
2.1.2.9
Released: September 2, 2025
-
Relaxed check ahead of cast between date and datetime data types;
2.1.2.8
Released: August 29, 2025
-
Fixed an issue that could cause a trigger with an outdated codebase to not being updated;
2.1.2.7
Released: August 22, 2025
-
Fixed an issue with unhandled Char and Varchar data types when creating the underlining CDC table;
-
Support for same table names in different schemas;