要限制并行服务的运行范围,可以通过设置2个初始化参数来达到这个目的:
instance-groups
parallel_instance_group
将这两个参数设置成相同的值,就实现了并行和实例的捆绑
col name for a40
col value for a40
set linesize 140
select inst_id,name,value,ISDEFAULT from gv$parameter where name in ('instance_groups','parallel_instance_group') order by 1,2;
instance-groups
parallel_instance_group
将这两个参数设置成相同的值,就实现了并行和实例的捆绑
col name for a40
col value for a40
set linesize 140
select inst_id,name,value,ISDEFAULT from gv$parameter where name in ('instance_groups','parallel_instance_group') order by 1,2;
-----------------------整理自《让oracle跑的更快2》谭怀远著
本文介绍如何通过设置'instance_groups'和'parallel_instance_group'两个初始化参数来限制Oracle数据库中并行服务的运行范围。将这两个参数设置为相同的值可以实现并行服务与实例的捆绑。

1万+

被折叠的 条评论
为什么被折叠?



