Hello,
I have a doubt about connection pool.
Is it true to consider that for each connection at connection pool it should create one session at Oracle database?
I mean, if I have 10 active connections at the Application server connection pool, so it should exists 10 active sessions at database.
Is it 1 to 1 relational?
Number of connections at Application server = number of Sessions at v$parameter
Is it true?
Thanks in advance,
Walde Requena