Site: Oracle Exadata as Source and Netezza as Target
Scenario: Records of Table A are being replicated to the Target, during replication, these records are to be tagged with a specific date (a.k.a rundate) from Table B.
Table A (contains many records) Col1, Col2, Col3... Rundate
Table B (contains only 1 record at any point of time) Rundate, ColA, ColB...ColZ
There is no common key available between these tables. I tried using the %GETCOL function to retrieve the column and running into issues.
How can I achieve this? What would be the performance impact brought by the solutions?