首页 > 数据库技术 > 详细

Oracle process和sessions 解释

时间:2018-04-24 11:44:57      阅读:249      评论:0      收藏:0      [点我收藏+]
session:

Because every login requires a session, this parameter effectively determines the maximum number of concurrent users in the system. You should always set this parameter explicitly to a value equivalent to your estimate of the maximum number of concurrent users, plus the number of background processes, plus approximately 10% for recursive sessions.

12c (1.5 * PROCESSES) + 22

ALTER SYSTEM can be used in a PDB only to change the value of the SESSIONS parameter for that PDB. (仅限在PDB中修改)

For a CDB, the root container‘s SESSIONS parameter specifies the total number of sessions for the database.
the SESSIONS parameter does not count recursive sessions and hence does not require the 10% adjustment.

process --- 针对的操作系统进程(这里不做详述,专属和共享模式),而session是db层,两个概念不同。

这里涉及到的试图有:(其中概念可以查看官档)

gv$session
gv$process
v$resource_limit
v$license

Oracle process和sessions 解释

原文:http://blog.51cto.com/2012ivan/2107148

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!