oracle process_request什么函数,Oracle process和sessions 解释

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

---这里有个捷径提醒下,修改这个参数一般人会重启cdb,但是其实可以在某个节点修改sessions,然后shutdown immediate(当然要快速生效也可以shutdown abort)其中一个cdb节点,然后startup,同样可以生效,但是记得要在把这个节点运行的service要start。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值