I have an SSIS package which is pretty simple, just a data import and an execute SQL task thereafter. I want to roll everything back if any part of the package should fail so I put these tasks within a Sequence Container and set the Sequence Container TransactionOption property to 'Required'. This set up works as expected when i extract data from SQL server to SQL Server, i changed MSDTC Security configuration in both SSIS server and database servers. But when i extract data from Oracle source ( by using OLEDB source), Plackage fails because of Trasaction option. I am not sure that do i need to change any settings in Source server as i will not rollback anything from Oracle db. any of your help highly appreciated.
Vijay