I have SSIS package which i connecting to a oracle server and truncate a table. If I configure the package using XML configuration my package is succeeding. I want to utilize SQL server configurations for my package. If I set that up, I'm not able to make a connection to oracle server.
Error Message:: "ORA-01017: invalid username/password; logon denied"
I think the issue is with the table where the configuartion values are stored When the package is trying to retreive password. Password fields are showing as asterisks. Any parameter or options I need to specify in this case? Please help!