Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Do multiple Connection Pools need to have the same number of connection?

We have created additional connection pools in some of our data bases in order to handle init blocks, variables, etc.
My question is, do the additional connection pools for any physical database need to have the same number for "Maximum Connections" as the original connection pool?
So if the Maximum Connections for my original connection pool is 10, can I set the Maximum Connections for my init block connection pool to 5?
Will this cause any issues?
Answers
-
They are independent.
Size each connection pool based on (a) the estimated workload it will deal with and then (b) the actual workload based on DMS statistics to determine the high watermark of connections busy at one time per connection pool.
0 -
Thank you for the information.
0