版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
AutomaticSharedMemoryManagementObjectivesAftercompletingthislesson,youshouldbeabletodothefollowing:EnableEnterpriseManager(EM)memoryparametersSetauto-tunedmemoryparametersOverrideminimumsizewiththemanuallytunedSGAparametersUsetheSGAadvisortosetSGA_TARGETSpfileTempDatafileUndoOracleDatabaseArchitecturePMONSMONRECOMMONMMNLPSP0MMANDBWnLGWRCKPTCJQ0S000D000QMNCQnnnFMONARCnCTWRRVWRFixed
sizeLarge
poolJava
poolStreams
poolDefault
buffer
cacheKeep
buffer
cacheRecycle
buffer
cachenK
buffer
cachesRedo
log
bufferASH
bufferSort
extent
poolGlobal
context
poolSGAFlash
back
bufferInstanceFlashback
logsRedolog
filesArchive
logfilesControl
filesSYSTEMSYSAUXChange
tracking
filePassword
fileShared
poolDynamicSGAFeatureImplementsaninfrastructuretoallowtheservertochangeitsSGAconfigurationwithoutshuttingdowntheinstanceSGAsizeislimitedbySGA_MAX_SIZE:UsedforreservingvirtualmemoryaddressspaceatinstancestartupCannotbechangeddynamicallyAllowsforcertainSGAcomponentstobedynamicallyresizedSELECTbytes
FROMV$SGAINFO
WHEREname='FreeSGAMemoryAvailable';GranuleSGAmemoryisallocatedinunitsofcontiguousmemorychunkscalledgranules.ThesizeofagranuledependsontheestimatedtotalSGA.IftheestimatedSGAsizeis:Lessthanorequalto1GB,thegranulesizeis4MBGreaterthan1GB,thegranulesizeis16MBSELECTbytes
FROMV$SGAINFO
WHEREname='GranuleSize';MemoryAdvisoriesBufferCacheAdvice(introducedin9iR1):V$DB_CACHE_ADVICEPredictsphysicalreadsfordifferentcachesizesSharedPoolAdvice(in9iR2):V$SHARED_POOL_ADVICEPredictsparsetimesavingsfromhavingdifferentsizesofthesharedpoolJavaPoolAdvice(in9iR2):V$JAVA_POOL_ADVICEPredictsJavaclassloadtimesavingsfromhavingdifferentsizesofJavapoolStreamsPoolAdvice(10g
R2)V$STREAMS_POOL_ADVICEPredictsspillandunspillactivityforvarioussizesManuallyAddingGranulestoComponentsUsetheALTER
SYSTEMcommandtodynamicallyincreasememoryallocationtoacomponent.Increasingthememoryuseofacomponentsucceedsonlyifthereareenoughfreegranulestosatisfytherequest.Memorygranulesarenotfreedautomaticallyfromanothercomponenttosatisfytheincrease.Decreasingthesizeofacomponentispossible,butonlyifthegranulesbeingreleasedareunusedbythecomponent.IncreasingtheSizeofanSGAComponentSQL>showparameterNAMETYPEVALUE-----------------------------------------------sga_max_sizebiginteger200Mshared_pool_sizebiginteger84Mdb_cache_sizebiginteger92MSQL>altersystemsetshared_pool_size=120M;altersystemsetshared_pool_size=120M*ERRORatline1:ORA-02097:parametercannotbemodified…ORA-04033:InsufficientmemorytogrowpoolSQL>altersystemsetdb_cache_size=50M;Systemaltered.SQL>altersystemsetshared_pool_size=120M;Systemaltered.AutomaticSharedMemoryManagement:OverviewUsesdynamicSGAandmemoryadvisorstoautomaticallyadapttoworkloadchangesMaximizesmemoryutilizationHelpseliminate
out-of-memory
errorsAvoidsrelearning
whenusingSPFILEOnlineusersBatchjobsBuffercacheLargepoolSharedpoolJavapoolBuffercacheLargepoolSharedpoolJavapoolOnlineusersBatchjobsStreamspoolStreamspoolSGASizingParameters:OverviewWithASMM,fiveimportantSGAcomponentscanbeautomaticallysized.Nondefaultbufferpoolsarenotauto-tuned.Logbufferisnotadynamiccomponentbuthasagooddefault.DB_KEEP_CACHE_SIZEDB_RECYCLE_CACHE_SIZEDB_nK_CACHE_SIZELOG_BUFFER_SIZESHARED_POOL_SIZEDB_CACHE_SIZELARGE_POOL_SIZEJAVA_POOL_SIZESTREAMS_POOL_SIZEAuto-tuned
parametersManual
dynamicparametersManual
staticparametersSGA_TARGETSGA_MAX_SIZEBenefitsofAutomaticShared
MemoryManagementDB_CACHE_SIZESHARED_POOL_SIZELARGE_POOL_SIZEJAVA_POOL_SIZESTREAMS_POOL_SIZETotalSGAsizeSGA_TARGETDynamicSGATransferModesASMMIMMEDIATEtransfermode:Out-of-memory(ORA-04031)errorsPartialgranulescanbeused.ASMMDEFERREDtransfermode:TransparentlyexecutedinthebackgroundPartialgranulescanbeused.MANUALtransfermode:UsedwithALTER
SYSTEMcommandsResizemustusefullgranules.MemoryBrokerArchitectureStatisticdeltasacrossdifferenttimeperiodsCircularSGAbufferofstatscapturedbyMMONMemoryBrokerPolicyModuleAdd
twogranules
toshared
pool.Output:resizerequestsTrade-offdifferentcomponentsbenefit/lostMMANtransfers
thememory.resizequeueMMANMMONManuallyResizingDynamic
SGAParametersForauto-tunedparameters,manualresizing:ResultsinimmediatecomponentresizeifthenewvalueisgreaterthanthecurrentsizeChangestheminimumsizeifthenewvalueissmallerthanthecurrentsizeManuallytunedparameterresizingaffectsthetunableportionoftheSGA.BehaviorofAuto-TunedSGAParameters
WhenSGA_TARGETisnotsetorissettozero:Auto-tunedparametersareexplicitlysetNote:SHARED_POOL_SIZE
Internalstartupoverheadisincluded
ValuemayneedtobeincreasedfrompreviousreleasesWhenSGA_TARGETisset:Defaultvalueofauto-tunedparametersiszeroAnonzerovalueisalowerboundCurrentvaluesinmegabytesareshownby:SELECTcomponent,current_size/1024/1024FROMV$SGA_DYNAMIC_COMPONENTS;BehaviorofManuallyTuned
SGAParametersManuallytunedcomponentsare:KEEPandRECYCLEbuffercachesNondefaultblocksizecachesLOG_BUFFERManuallytunedcomponentsareuserspecified.ManuallytunedcomponentsareincludedinSGA_TARGETtopreciselycontroltheSGAsize.UsingtheV$PARAMETERViewSGA_TARGET=8GSELECTname,value,isdefaultFROMV$PARAMETERWHEREnameLIKE'%size';DB_CACHE_SIZE=0JAVA_POOL_SIZE=0LARGE_POOL_SIZE=0SHARED_POOL_SIZE=0STREAMS_POOL_SIZE=0ResizingSGA_TARGETTheSGA_TARGETinitializationparameter:IsdynamicCanbeincreaseduptoSGA_MAX_SIZECanbereduceduntilallcomponentsreachminimumsizeChangesaffectonlyautomaticallysizedcomponentsIncludeseverythingintheSGA:FixedSGAandotherinternalallocationsAutomaticallysizedSGAcomponentsManualSGAcomponentsAllowsprecisesizingofthetotalsharedmemoryallocationbytheOracleserverSGAsize=8GBDisablingAutomaticShared
MemoryManagementSettingSGA_TARGETtozerodisablesauto-tuning.Auto-tunedparametersaresettotheircurrentsizes.SGAsizeasawholeisunaffected.Parameters:SGA_TARGET=8GSHARED_POOL_SIZE=1GParameters:SGA_TARGET=0DB_CACHE_SIZE=4GSHARED_POOL_SIZE=1.5GLARGE_POOL_SIZE=512MJAVA_POOL_SIZE=512MSTREAMS_POOL_SIZE=512MSGAsize=8GBOriginalvaluesSGA_TARGET=0ConfiguringASMMSGAAdvisorMonitoringASMM
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2026年菏泽市中医医院医护人员招聘考试参考试题及答案详解
- 2026年黑龙江中医药大学附属第四医院医护人员招聘笔试备考题库及答案详解
- (2026年)急诊科护理质量与安全管理制度
- 2026年随州市中医院医护人员招聘笔试参考题库及答案详解
- 2026年南京市脑科医院医护人员招聘笔试备考题库及答案详解
- 2026年中国中医科学院望京医院医护人员招聘笔试参考题库及答案详解
- 2026年山东中医药大学附属眼科医院医护人员招聘笔试备考题库及答案详解
- 2026年招商银行(青岛分行)人员招聘考试备考试题及答案详解
- 2026年三亚市中医院医护人员招聘考试备考试题及答案详解
- 2026年宁乡市中医医院医护人员招聘笔试参考题库及答案详解
- 知道智慧树网课《分析化学(兰州大学)》课后章节测试答案
- 《打印管理软件技术规范》
- 水下设备连接可靠性分析报告
- 铝合金门窗委托加工合同4篇
- 2025年医院感染防控知识竞赛试题及答案
- 武警班组战术课件
- 2026年中考英语复习:成都市2025年写作真题5篇满分范文
- DB4419T 20-2024 残疾人就业辅导服务规范
- 广东省佛山市2024-2025学年高二下学期期末考试 数学 含解析
- 2025品牌屋模型·参考模板
- 精神疾病病例分析
评论
0/150
提交评论