OracleToPostgreSQL Replication Error: Invalid byte sequence for encoding "UTF8": 0x00
Hello,
we are running Replicat process in classic Oracle GoldenGate Command Interpreter for PostgreSQL Version 21.18.0.0.0 and getting error below:
WARNING OGG-01154 SQL error 3452617 mapping source table <source_table> to target table <target_table>. Database error: SQLState = S1000 SQLError = 3,452,617 SQLErrorHex = 0034aec9 SQLErrorText = [Oracle][ODBC PostgreSQL Wire Protocol driver][PostgreSQL]ERROR: VERROR; invalid byte sequence for encoding "UTF8": 0x00(Where portal "<x>" parameter $52; File mbutils.c; Line 1723; Routine report_invalid_encoding; ).
How to resolve this issue with 0x00 bytes, which are invalid in PostgreSQL?