Thanks Jeff, that helpled.

So, the assumption is that 10 users can use one JDBC connection to the database.
So in this case the JDBC connection is seen as a pool for 10 different users to use to connect
through one dedicated server process, right?

And from the database point of view, this is seen as just one dedicated Server process. Right?