pls see the DISPATCHERS initialize parameter setting below,
DISPATCHERS="(PROTOCOL=tcp)(DISPATCHERS=1)(POOL=on)(TICK=1) (CONNECTIONS=1000)(SESSIONS=4000)"
what's difference between the connection and session? this dispatcher handle 1000 connections, but how to handle 4000 sessions, does it mean user could create multiple sessions with one connection?
thanks