I am connecting SSIS to Oracle OLEDB connection using below connection string..
Data Source=Server_Name;User ID=U_Id;Password=Pwd;Provider=MSDAORA.1;
It works on my machine but when i run on SSIS server using C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\DTExec
it gives me error: ORA-12541: tns: no listener
I tried playing around with file tnsnames.ora
but did not get anywhere.