Version 6.2.14 v6.2

New features, enhancements, bug fixes, and other changes in EDB Postgres Replication Server 6.2.14 include the following:

TypeDescription
EnhancementAdded support for replication of Oracle XMLType column. [Support Ticket #1129386]
EnhancementAdded support to allow an MMR (trigger-based) Publication to be Subscribed in a SMR cluster.
EnhancementImproved replication processing to cater for a corner case when large transactions are rolled back in MMR trigger-based setup causing delay in replication speed. [Support Ticket #1247976]
EnhancementEnhanced xDB to support Subscription for a table having name longer than 30 characters length from EDB Postgres Advanced Server to Oracle 12.2 or later versions. [Support Ticket #1280206]
Bug FixFixed Java heap space error when performing sync for a single row containing data > 100MB.
Bug FixFixed issue of replication failure when user modifies an Oracle table column that is part of a Filter and PK column is of DATE/TIMESTAMP type. [Support Ticket #1207460]
Bug FixFixed replication failure caused by change in Oracle XMLType column value that is part of a Filter.
Bug FixFixed a corner case that is subject to replication failure if PK column ordinal position is after a LOB column in an Oracle Publication table.
Bug FixFixed NPE case when cleanup job is fired while no Publication is defined yet [Support Ticket #1007131].
Bug FixFixed an issue that causes Sync operation get stuck due to Thread Deadlock.
Bug Fix[EPAS to Oracle] Fixed an issue related with Subscription failure when table contains boolean type column. [Support Ticket #1280206]
Bug Fix[EPAS to Oracle] Fixed an issue related with Subscription failure when table contains XML/XMLType column.
Bug FixFixed an issue when a non-reserved keyword as column name causes exception in WAL parsing. [Support Ticket #1281560]
Bug FixCorrected the behavior of useFastCopy flag that was always enabled even when user turned it off.
Bug FixFixed the issue where in trigger-mode, the UPDATE operation is denied on an EPAS Publication table with XMLType column.