Global concurrent session limit
The SESSIONS of initialization parameter specifies the max. number of sessions that can be created in the system at the same time. The OPEN_CURSORS and SESSIONS specify the max. number of concurrent open cursors for the system.
- http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams191.htm#i1133629
- http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams138.htm#CHDFEAFG
Per-user concurrent session limit
Using profile, Oracle can be configured to manage resource limits to a specific user. The configurable resources include SESSIONS_PER_USER, CPU_PER_SESSION, CPU_PER_CALL, and so on.
0 comments:
Post a Comment