I have created an ETL package that copies data from Oracle tables to an Oracle table using a Data Flow task. Then I copy data from the Oracle table to a SQL Server table using a Data Flow Task but for the OLE DB Source I am using a query against the
SQL Server Right Outer Joining the Oracle table. This was working fine until I changed the User ID and Password of the Oracle Connection Manager. Now when I triy to run the package it errs out with a login failure. When I checked the Oracle
Connection Manager I noticed that the Provider changed from OraOLEDB.Oracle.1 to SQLNCLI10.1. I have deleted the Oracle Connection Manager and recreated it but with the same problem.
What would cause this?
Fred
Fred