脚本语言,Oracle数据库集群,软件测试,开源软件
[Oracle] 初始化参数1
上一篇 /
下一篇 2007-11-27 22:07:15
/ 个人分类:Oracle
RECOVERY_PARALLELISM
RECOVERY_PARALLELISM specifies the number of processes to participate in instance or crash recovery. A value of 0 or 1 indicates that recovery is to be performed serially by one process.
PARALLEL_MAX_SERVERS
PARALLEL_MAX_SERVERS specifies the maximum number of parallel execution processes and parallel recovery processes for an instance. As demand increases, Oracle increases the number of processes from the number created at instance startup up to this value.
If you set this parameter too low, some queries may not have a parallel execution process available to them during query processing. If you set it too high, memory resource shortages may occur during peak periods, which can degrade performance.
PARALLEL_MIN_SERVERS
PARALLEL_MIN_SERVERS specifies the minimum number of parallel execution processes for the instance. This value is the number of parallel execution processes Oracle creates when the instance is started.
PARALLEL_MIN_PERCENT
PARALLEL_MIN_PERCENT operates in conjunction with PARALLEL_MAX_SERVERS and PARALLEL_MIN_SERVERS. It lets you specify the minimum percentage of parallel execution processes (of the value of PARALLEL_MAX_SERVERS) required for parallel execution. Setting this parameter ensures that parallel operations will not execute
sequentially unless adequate resources are available. The default value of 0 means that no minimum percentage of processes has been set.
相关阅读:
- Oracle升级PHP驱动助开源用户升级简单 (joejoe0332, 2007-10-12)
- [Oracle] 在AIX上安装RAC的注意事项:组和用户 (jarodwang, 2007-10-19)
- Oracle加入Eclipse捐献TopLink给开源社区 (joejoe0332, 2007-10-26)
- Oracle调查:用户对开源技术接受度不断提高 (joejoe0332, 2007-10-26)
- 开源技术正不断“入侵”Oracle的数据中心 (joejoe0332, 2007-10-26)
- Oracle继续迈向开源Linux不做红帽翻版 (walkerxk, 2007-10-29)
- [Oracle] 第一个PL/SQL程序 (jarodwang, 2007-11-16)
- 开源虚拟化来势汹汹 VMware又将如何面对 (joejoe0332, 2007-11-21)
- Oracle拥抱开源显成效坚不可摧计划进展大 (joejoe0332, 2007-11-21)
- VMware高调回应Oracle开源虚拟化挑战 (joejoe0332, 2007-11-22)
导入论坛
收藏
分享给好友
管理
举报
TAG:
Oracle