中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

ORACLE RAC運行在300G內存以上需要考慮的東西

發布時間:2020-06-05 22:07:50 來源:網絡 閱讀:2441 作者:7343696 欄目:關系型數據庫

隨著去IOE,其中PC服務器的硬件相對于IBM小機要便宜很多,很多主機都配置上T的內存,下面是MOS中介紹在RAC環境中,大于300G內存以上需要考慮的一些參數情況。

歡迎大家加入ORACLE超級群:17115662 免費解決各種ORACLE問題,以后BLOG將遷移到http://www.htz.pw

Best Practices and Recommendations for RAC databases using SGA larger than 300GB (文檔 ID 1619155.1)

 

 

ORACLE RAC運行在300G內存以上需要考慮的東西

In this Document

 

Purpose

Scope

Details

Database - RAC/Scalability Community

 

 

References

 

APPLIES TO:

 

Oracle Database - Enterprise Edition - Version 10.2.0.1 to 12.1.0.1 [Release 10.2 to 12.1]

Information in this document applies to any platform.

 

PURPOSE

 

The goal of this note is to provide best practices and recommendations to users of Oracle Real Application Clusters (RAC) database using a large SGA that is greater than 300GB. This document is compiled and maintained based on Oracle's experience with its global RAC customer base.

 

This is not meant to replace or supplant the Oracle Documentation set, but rather, it is meant as a supplement to the same. It is imperative that the Oracle Documentation be read, understood, and referenced to provide answers to any questions that may not be clearly addressed by this note.

 

All recommendations should be carefully reviewed by your own operations group and should only be implemented if the potential gain as measured against the associated risk warrants implementation. Risk assessments can only be made with a detailed knowledge of the system, application, and business environment.

 

As every customer environment is unique, the success of any Oracle Database implementation, including implementations of Oracle RAC, is predicated on a successful test environment. It is thus imperative that any recommendations from this note are thoroughly tested and validated using a testing environment that is a replica of the target production environment before being implemented in the production environment to ensure that there is no negative impact associated with the recommendations that are made.

 

SCOPE

This article applies to all new and existing RAC implementations.

 

DETAILS

 

init.ora parameters:

a.     Set _lm_sync_timeout to 1200 

           Setting this will prevent some timeouts during reconfiguration and DRM

 

b.      Set _ksmg_granule_size to 134217728

           Setting this will cut down the time needed to locate the resource for a data block.

 

c.      Set shared_pool_size to 15% or larger of the total SGA size.

        For example, if SGA size is 1 TB, the shared pool size should be at least 150 GB.

 

d.      Set _gc_policy_minimum to 15000

        There is no need to set _gc_policy_minimum if DRM is disabled by setting _gc_policy_time = 0

 

e.     Set _lm_tickets to 5000

        Default is 1000.   Allocating more tickets (used for sending messages) avoids issues where we ran out of tickets during the reconfiguration.

 

f.      Set gcs_server_processes to the twice the default number of lms processes that are allocated.

 

        The default number of lms processes depends on the number of CPUs/cores that the server has,  so please refer to the gcs_server_processes init.ora parameter section in the Oracle Database Reference Guide for the default number of lms processes for your server.  Please make sure that the total number of lms processes of all databases on the server is less than the total number of CPUs/cores on the server.  Please refer to the Document 558185.1

 

 

 

 

Following patches are recommended:

For database on 11.2.0.3.4 PSU,

Patch  18167801  - MERGE REQUEST ON TOP OF DATABASE PSU 11.2.0.3.4 FOR BUGS 18110922 16392068

(This merged patch has many fixes that are needed for using large SGA)

 

 

 

For database on 11.2.0.3.5 PSU or above, please contact Oracle Support

 

 

Database - RAC/Scalability Community

 

Still have questions? Use the communities window below to search for similar discussions or start a new discussion on this subject.

 

Note: Window is the LIVE community not a screenshot.

 

Click here to open in main browser window.

 

REFERENCES

NOTE:558185.1 - LMS and Real Time Priority in Oracle RAC 10g and 11g

ORACLE RAC運行在300G內存以上需要考慮的東西

In this Document

Purpose

Scope

Details

Database - RAC/Scalability Community

References

APPLIES TO:

Oracle Database - Enterprise Edition - Version 10.2.0.1 to 12.1.0.1 [Release 10.2 to 12.1]

Information in this document applies to any platform.

PURPOSE

The goal of this note is to provide best practices and recommendations to users of Oracle Real Application Clusters (RAC) database using a large SGA that is greater than 300GB. This document is compiled and maintained based on Oracle's experience with its global RAC customer base.

This is not meant to replace or supplant the Oracle Documentation set, but rather, it is meant as a supplement to the same. It is imperative that the Oracle Documentation be read, understood, and referenced to provide answers to any questions that may not be clearly addressed by this note.

All recommendations should be carefully reviewed by your own operations group and should only be implemented if the potential gain as measured against the associated risk warrants implementation. Risk assessments can only be made with a detailed knowledge of the system, application, and business environment.

As every customer environment is unique, the success of any Oracle Database implementation, including implementations of Oracle RAC, is predicated on a successful test environment. It is thus imperative that any recommendations from this note are thoroughly tested and validated using a testing environment that is a replica of the target production environment before being implemented in the production environment to ensure that there is no negative impact associated with the recommendations that are made.

SCOPE

This article applies to all new and existing RAC implementations.

DETAILS

init.ora parameters:

a.  Set _lm_sync_timeout to 1200

           Setting this will prevent some timeouts during reconfiguration and DRM

b. Set _ksmg_granule_size to 134217728

           Setting this will cut down the time needed to locate the resource for a data block.

c. Set shared_pool_size to 15% or larger of the total SGA size.

        For example, if SGA size is 1 TB, the shared pool size should be at least 150 GB.

d. Set _gc_policy_minimum to 15000

        There is no need to set _gc_policy_minimum if DRM is disabled by setting _gc_policy_time = 0

e.  Set _lm_tickets to 5000

        Default is 1000.   Allocating more tickets (used for sending messages) avoids issues where we ran out of tickets during the reconfiguration.

f. Set gcs_server_processes to the twice the default number of lms processes that are allocated.

        The default number of lms processes depends on the number of CPUs/cores that the server has,  so please refer to the gcs_server_processes init.ora parameter section in the Oracle Database Reference Guide for the default number of lms processes for your server.  Please make sure that the total number of lms processes of all databases on the server is less than the total number of CPUs/cores on the server.  Please refer to the Document 558185.1

Following patches are recommended:

For database on 11.2.0.3.4 PSU,

Patch  18167801  - MERGE REQUEST ON TOP OF DATABASE PSU 11.2.0.3.4 FOR BUGS 18110922 16392068

(This merged patch has many fixes that are needed for using large SGA)

For database on 11.2.0.3.5 PSU or above, please contact Oracle Support

Database - RAC/Scalability Community

Still have questions? Use the communities window below to search for similar discussions or start a new discussion on this subject.

Note: Window is the LIVE community not a screenshot.

Click here to open in main browser window.

REFERENCES

NOTE:558185.1 - LMS and Real Time Priority in Oracle RAC 10g and 11g

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

蕉岭县| 灌阳县| 顺义区| 新蔡县| 蓬安县| 湖北省| 固安县| 建德市| 黔江区| 崇明县| 西吉县| 黄山市| 皮山县| 固安县| 历史| 渑池县| 富川| 巴彦县| 交口县| 沂水县| 临沂市| 平潭县| 锡林郭勒盟| 靖远县| 黑山县| 卢龙县| 永寿县| 新郑市| 如皋市| 东光县| 大姚县| 姜堰市| 察哈| 中牟县| 德令哈市| 拉萨市| 通州区| 蕲春县| 岚皋县| 壶关县| 三明市|