Static 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_INDEX to the auditing structure covering consumed transactions;

  • Updated the existing index named _INDEX to cover the remaining fields, especially the USER_NAME field 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.7.4

Released: November 4, 2025

  • Added Wallet authentication;

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;

2.1.2.5

Released: August 21, 2025

  • Oracle Triggers agent now works even if COMPATIBLE flag is set to lower than 12.2, solving ORA00972 error by reducing the triggers auditing structure fields length to be less than 30 characters.

2.1.0.0

Released: July 2, 2025

  • Added support for case sensitive objects names.

2.0.10.7

Released: May 19, 2025

  • Fixed partitions queries;

  • Added CDC tables purge logic;

2.0.10.4

Released: May 9, 2025

  • Fixed concurrent migration checkpoint update;

2.0.10.3

Released: May 7, 2025

  • Added partitions support.

2.0.7.4

Released: February 26, 2025

  • Fixed alias issue with reserved keywords;

2.0.7.2

Released: February 25, 2025

  • GSSD-183: Added support for i18n in Oracle triggers agent;

2.0.5.5

Released: February 5, 2025

  • GSSD-172: No table being shown while browsing Oracle target tables from a PDB direct connection under Oracle triggers agent;