关于资源限制的参数

[复制链接]
查看11 | 回复1 | 2005-10-30 17:05:33 | 显示全部楼层 |阅读模式
cpu_per_session: ?
sessions_per_user: 同时连接的用户数限制?
connect_time: 用户连接SERVER 时间限制
idle_time: 帐户在系统中没有激活的时间限制
local_reads_per_session: 每个SESSION可以读的数据块的数量限制
private_sga: 在SGA是私人空间限制
上面理解有误吗?
这几个参数作用不能理解很透!:)
回复

使用道具 举报

千问 | 2005-10-30 17:05:33 | 显示全部楼层
SESSIONS_PER_USER: Specify the number of concurrent sessions to which you want to limit the user.
CPU_PER_SESSION: Specify the CPU time limit for a session, expressed in hundredth of seconds.
CPU_PER_CALL: Specify the CPU time limit for a call (a parse, execute, or fetch), expressed in hundredths of seconds.
CONNECT_TIME: Specify the total elapsed time limit for a session, expressed in minutes.
IDLE_TIME: Specify the permitted periods of continuous inactive time during a session, expressed in minutes. Long-running queries and other operations are not subject to this limit.
LOGICAL_READS_PER_SESSION: Specify the permitted number of data blocks read in a session, including blocks read from memory and disk.
LOGICAL_READS_PER_CALL: Specify the permitted the number of data blocks read for a call to process a SQL statement (a parse, execute, or fetch).
PRIVATE_SGA: Specify the amount of private space a session can allocate in the shared pool of the system global area (SGA), expressed in bytes. Use K or M to specify this limit in kilobytes or megabytes.
COMPOSITE_LIMIT: Specify the total resource cost for a session, expressed in service units. Oracle calculates the total service units as a weighted sum of CPU_PER_SESSION, CONNECT_TIME, LOGICAL_READS_PER_SESSION, and PRIVATE_SGA.
详见:
http://download-west.oracle.com/ ... ts_611a.htm#2066026
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行