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?