Hi,
While migrating DTS package to SSIS package, I came across one which had multiple OLE DB connection managers all connecting to the same Oracle schema in the same instance.
There are that many execute SQL task corresponding to each of these connection managers.
Each of these SQL task call different Oracle stored procedures and executes them in the same schema in the same instance.
My question is, is there any particular reason or advantage in having multiple connection managers?
Can't we have one single connection manager and use the same in all of these SQL tasks?
Does multiple connection managers provide any added advantage like parallelism or something?
In this particular case, there are no actual workflows, rather each of these SQL tasks are stand alones. But there are other packages which has SQL tasks in workflow but still each of them calling separate connection managers all calling the same schema in the same instance.
Thanks for your time.
Cordially, Biju George