Hi @bk ,
Based on error message, the issue should be caused by insufficient memory for the package execution.
For a 32-bit SSIS on a 32-bit platform, each DTExec process can consume up to 2GB memory. For a 32-bit DTExec process on a 64-bit Operating System, it can consume up to 4GB memory. If the platform is 64-bit and there are sufficient memory available on the server, and the 64-bit driver required is installed on the server, while the package runs in 32-bit runtime, then we can run the package in 64-bit runtime by setting Run64BitRuntime property to “True” of the package project to resolve this issue.
server-memory-server-configuration-options
Additional, the issue can also be caused by the oracle provider used in data flow task. Please use “Microsoft OLEDB provider Oracle” or “Oracle provider for OLEDB” to test again.
Regards,
Zoe
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Hot issues October