Oracle英文版培训课件之Performance Tuning:les-10Automatic Shared Memory Management_第1页
Oracle英文版培训课件之Performance Tuning:les-10Automatic Shared Memory Management_第2页
Oracle英文版培训课件之Performance Tuning:les-10Automatic Shared Memory Management_第3页
Oracle英文版培训课件之Performance Tuning:les-10Automatic Shared Memory Management_第4页
Oracle英文版培训课件之Performance Tuning:les-10Automatic Shared Memory Management_第5页
已阅读5页,还剩19页未读 继续免费阅读

付费下载

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

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. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论