Hi All, I'm getting complaints from my DBA about too many database connection being created in my jobs and slowing down the servers. I went through a number of steps that I thought might reduce this number:
- swithced processing from Parralel to Sequential
- reduced to one node in the config file
We've seen no change in the number of database connections.
Anything in your SQL statement to pump up the connections?
Nodes in the config file will not matter. You can drop the Oracle Connector stage to sequential mode vs parallel, but, you have to look at those settings.
Is this a Multi Instance job?
Do you have a "before SQL" statement or a before job routine that is also establishing a connection?
Add To Favorites View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum