如何得知生产系统高峰时期的最大连接数

SQL> select * from v$license
2 ;

SESSIONS_MAX SESSIONS_WARNING SESSIONS_CURRENT SESSIONS_HIGHWATER USERS_MAX
------------ ---------------- ---------------- ------------------ ----------
0 0 27 48 0

SQL> select * from v$resource_limit where resource_name='sessions';

RESOURCE_NAME CURRENT_UTILIZATION
------------------------------------------------------------ -------------------
MAX_UTILIZATION
---------------
INITIAL_ALLOCATION
--------------------------------------------------------------------------------
LIMIT_VALUE
--------------------------------------------------------------------------------
sessions 39
60
170
170


V$LICENSE
This view contains information about license limits.

Column Datatype Description
SESSIONS_MAX
NUMBER
Maximum number of concurrent user sessions allowed for the instance

SESSIONS_WARNING
NUMBER
Warning limit for concurrent user sessions for the instance

SESSIONS_CURRENT
NUMBER
Current number of concurrent user sessions

SESSIONS_HIGHWATER
NUMBER
Highest number of concurrent user sessions since the instance started

USERS_MAX
NUMBER
Maximum number of named users allowed for the database

V$RESOURCE_LIMIT

RESOURCE_NAME
VARCHAR2(30)
Name of the resource (see Table 3-2)

CURRENT_UTILIZATION
NUMBER
Number of (resources, locks, or processes) currently being used

MAX_UTILIZATION
NUMBER
Maximum consumption of this resource since the last instance start-up

INITIAL_ALLOCATION
VARCHAR2(10)
Initial allocation. This will be equal to the value specified for the resource in the initialization parameter file (UNLIMITED for infinite allocation).

LIMIT_VALUE
VARCHAR2(10)
Unlimited for resources and locks. This can be greater than the initial allocation value (UNLIMITED for infinite limit).

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/1698901/viewspace-103247/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/1698901/viewspace-103247/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值