I am trying to develop an SSIS package that truncates a table in Oracle db. Unfortunately i am getting an error 
- When i am trying to do select from the truncated table, it works fine - connection manager is setup correctly. I've recreated connection manager just in case but that did help.
- Truncated table is in the same schema as the user on which ETL is runned.
- Despite an error message, task does it's job. Table get's truncated but error message still appears.
Any ideas what could be the reason? Regards, Lukas 2.

