I have an oracle SP which inserts data in the table.
When I am trying to run the oracle SP with no in and out parameter from SSIS execute SQL task it is running successfully but not populating any data in the table.
But When I am running the same SP in PL/SQL it is working absolutely fine and data is also populating in the table.
I have no clue what is going wrong