Can SQLEXEC be used with join conditions, to replicate the output of the query?
Dear community,
I have a need to replicate 4 tables from a SQL Server 2008 database, to an Oracle 11gR2 database. Initial load will be approx 70000 records on source side. Client is looking to replicate those records based on a query (to filter the records - which I know can be done) however, here is the query they are looking at to be the filter condition. NOTE - the query only contains three tables:
Query for SQL Server side:
select a.TradingItemID,
a.PriceDate,
a.CurrencyID,
a.Volume,
a.PriceOpen,
a.PriceHigh,
a.PriceLow,
a.PriceLast,
a.PriceLastTimestamp,
a.PriceClose,
a.PriceBid,