GoldenGate 12.2 supports INVISIBLE columns
Oracle Goldengate 12.2 now provides support for replication of tables with INVISIBLE columns which was not possible in earlier releases. Let us look at an example. We create a table on both the source as well as target databases with both an INVISIBLE and VIRTUAL column COMMISSION. SQL> create table system.test_ogg 2 (empid number, salary […]