We would like to do this in SSIS package:
1. pull a list of employeeID, with their address from a SQL server table using select query (we can use Execute SQL task)
2. Using above record set, to update the same employees in an oracle database that has a stored procedure that we can pass employeeID, and it will match employeeID to update their address.
Can no2 be done using SSIS? can we call a stored procedure in Oracle?
Thanks,
SQLFriend