Possible to sync not partition source table (11g) to partitioned target table (12c)
Hi All,
I have a DB in Oracle 11g SE. I getting a new server with Oracle 12c EE and Golden Gate. I would like to restore the current DB to new server then partition few table (single column: date in monthly partition). Lastly sync the current DB to new DB.
Question, can Golden Gate sync un-partition source table to partition target table? Both table will have same table structure (column and datatype). If it can be done, how can it be done or any configuration I can ignore/skip the partition different between both table?
Thank you.
Irwin