RAC禁用DRM特性

发布时间:2020-06-10 23:40:16 作者:xmgdc
来源:网络 阅读:369

查看“_gc”开头的隐藏参数值:

set linesize 333
col name for a35
col description for a66
col value for a30
SELECT   i.ksppinm name,  
   i.ksppdesc description,  
   CV.ksppstvl VALUE
FROM   sys.x$ksppi i, sys.x$ksppcv CV  
   WHERE   i.inst_id = USERENV ('Instance')  
   AND CV.inst_id = USERENV ('Instance')  
   AND i.indx = CV.indx  
   AND i.ksppinm LIKE '/_gc%' ESCAPE '/'  
ORDER BY   REPLACE (i.ksppinm, '_', '');

--11g RAC关闭DRM特性

alter system set "_gc_policy_time"=0 scope=spfile sid='*';
alter system set "_gc_undo_affinity"=false scope=spfile sid='*';

--10g RAC关闭DRM特性

 alter system set "_gc_affinity_time"=0 scope=spfile sid='*';
 alter system set "_gc_undo_affinity"=FALSE scope=spfile sid='*';

参考老熊的文章,http://www.laoxiong.net/problem-caused-by-drm.html
10g RAC可以设置另外2个动态的隐含参数,来达到从”事实上“关闭DRM的目的:

 _gc_affinity_limit=250  
 _gc_affinity_minimum=10485760


推荐阅读:
  1. DRM中的Plane概念
  2. Adobe DRM reader

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

rac

上一篇:DNS简单管理与使用三

下一篇:Dubbo之旅--注册中心

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》