




版權(quán)說(shuō)明:本文檔由用戶(hù)提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、Monitoring and Managing MemoryObjectivesAfter completing this lesson, you should be able to:Describe the memory components in the SGAImplement Automatic Shared Memory ManagementManually configure SGA parametersUse automatic PGA memory managementOracle Memory StructuresJava poolDatabasebuffer cacheSh
2、ared poolRedo log bufferLarge poolSGAStreams poolServerprocess1PGAServerprocess2PGABack-groundprocessPGAKeep buffer cacheRecycle buffer cachenK Block Size buffer cachesOracle Memory StructuresFull Notes PageBuffer CacheData filesSGACheckpoint queue.DBWnServerDB_BLOCK_SIZEDB_CACHE_SIZEDB_RECYCLE_CACH
3、E_SIZEDB_KEEP_CACHE_SIZELRU lists.DB buffer cacheUsing Multiple Buffer PoolsSGADB buffer cachesKeep poolRecycle poolDefault poolUsing Multiple Buffer PoolsCREATE INDEX cust_idx STORAGE (BUFFER_POOL KEEP );ALTER TABLE oe.customers STORAGE (BUFFER_POOL RECYCLE);ALTER INDEX oe.cust_lname_ix STORAGE (BU
4、FFER_POOL KEEP);Shared poolLibrarycacheDatadictionarycacheUGAShared poolShared pool Defined by SHARED_POOL_SIZELibrary cache contains statement text, parsed code, and execution plan.Data dictionary cache contains definitions for tables, columns, and privileges from the data dictionary tables.UGA con
5、tains session information for Oracle Shared Server users when a large pool is not configured.Shared PoolShared poolDatabase buffer cacheRedo logbuffer Large pool Large PoolLibrary cacheDictionary cacheUser global areaCan be configured as a separate memory area in the SGAIs sized by the LARGE_POOL_SI
6、ZE parameterIs used to store data in memory for:Backup and restore operationsSession data for the shared serversParallel query messagingUGA and Oracle Shared ServerShared poolPGAShared poolorlarge poolStackspacePGAStackspaceCursor stateUser session dataUGADedicated server configurationShared server
7、configurationUser session dataCursor stateUGAJava PoolCan be configured as a separate memory area in the SGAIs sized by the JAVA_POOL_SIZE parameter Is used to store data in memory for all session-specific Java code and data within the JVM Shared poolDatabase buffer cacheRedo logbuffer Large pool Li
8、brary cacheDictionary cacheUser global areaThe Redo Log BufferSQL UPDATE employees 2 SET salary=salary*1.1 3 WHERE employee_id=736;Serverprocess LGWRControl filesARCnArchivedlog filesRedo log filesData filesShared poolRedo logbuffer Library cacheDictionary cacheUser global areaDatabase buffer cacheA
9、utomatic Shared Memory Management: OverviewAutomatically adapts to workload changesMaximizes memory utilizationHelps eliminate out-of-memory errorsBuffer cacheLarge poolShared poolJava poolBuffer cacheLarge poolShared poolJava poolOnline usersBatch jobsBenefits of Automatic Shared Memory ManagementD
10、B_CACHE_SIZESHARED_POOL_SIZELARGE_POOL_SIZEJAVA_POOL_SIZETotal SGA sizeSGA_TARGETSGA Tuning PrinciplesBased on workload information, MMAN captures statistics periodically in the background.MMAN uses the different memory advisories.Memory is moved to where it is most needed.Using an SPFILE is mended:
11、Component sizes saved across shutdownsSaved values used to bootstrap component sizesAvoids having to relearn optimal valuesDatabase Control andAutomatic Shared Memory ManagementManual ConfigurationSGA_TARGET = 8G Total SGA size = 8 GBJava poolDatabasebuffer cacheRedo log bufferShared poolLarge poolF
12、ixed SGASTATISTICS_LEVEL = TYPICAL Auto-tunedAuto-tunedAuto-tunedAuto-tunedStreams poolKeepbuffer poolBehavior of Auto-TunedSGA ParametersWhen SGA_TARGET is not set or is set to zero:Auto-tuned parameters behave as previously.SHARED_POOL_SIZE may need to be increased from settings used on earlier da
13、tabase versions.When SGA_TARGET is set to a non-zero value:Default value of auto-tuned parameters is zero.If set to a non-zero value, the specified value is used as a minimum size.SELECT SUM(bytes)/1024/1024 FROM v$sgastatWHERE pool = shared pool;SELECT component,current_size/1024/1024|MFROM v$ pone
14、nts;Behavior of Manually Tuned SGA ParametersSome components are not auto-tuned.KEEP and RECYCLE buffer cachesMultiple block size cachesLog bufferStreams poolThese components must be manually configured using database parameters.The memory used by these components reduces the amount of memory availa
15、ble for auto-tuning the SGA.Using the V$PARAMETER ViewSGA_TARGET = 8GSELECT name, value, isdefault FROM v$parameterWHERE name LIKE %size;DB_CACHE_SIZE = 0JAVA_POOL_SIZE = 0LARGE_POOL_SIZE = 0SHARED_POOL_SIZE = 0 Resizing SGA_TARGETThe SGA_TARGET initialization parameter:Is dynamicCan be increased up
16、 to SGA_MAX_SIZECan be reduced until all components reach their minimum sizeA change in the value of SGA_TARGET affects only automatically sized components.SGA size = 8 GBDisabling Automatic Shared Memory Management Setting SGA_TARGET to zero disables auto-tuning.Auto parameters are set to their cur
17、rent sizes.SGA size as a whole is unaffected.Parameters:sga_target = 8Gshared_pool_size=1GParameters:sga_target = 0db_cache_size = 4Gshared_pool_size = 2Glarge_pool_size = 512Mjava_pool_size = 512MSGA size = 8 GBOriginal valuesManually Resizing Dynamic SGA ParametersFor auto-tuned parameters, manual
18、 resizing:Results in immediate component resize if the new value is greater than the current sizeChanges the minimum size if the new value is smaller than the current sizeManually tuned parameter resizing affects only the tunable portion of the SGA.Program Global Area (PGA)PGAServerprocessPGAShared
19、poolorlarge poolPGADedicatedconnectionsSharedserverPGAShared serverconnectionsPrivateSQLareasCursorand SQLareaSessionmemoryWorkareaAutomatic PGA Memory ManagementDynamically adjusts the amount of PGA memory dedicated to work areasMemory allocated to work areas is derived from the PGA_AGGREGATE_TARGET parameterHelps to maximize the performance of all the memory-intensive SQL operationsEnabled by default PGA Management ResourcesStatistics to manage the PGA_AGGREGATE_TARGET initialization
溫馨提示
- 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶(hù)所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶(hù)上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶(hù)上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶(hù)因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 租賃管理制度
- led英文合同標(biāo)準(zhǔn)文本
- 13監(jiān)理合同樣本
- 勞務(wù)協(xié)議合同書(shū)范例模板二零二五年
- 2025年節(jié)能技術(shù)服務(wù)合作協(xié)議書(shū)
- 家暴起訴離婚協(xié)議書(shū)
- 建筑工程基礎(chǔ)知識(shí)
- 二零二五版工程外包安全責(zé)任書(shū)
- 中小學(xué)教師課堂教學(xué)評(píng)價(jià)表
- 圍擋廣告合同
- 吊籃使用安全技術(shù)交底
- “星耀燕趙”首屆電視舞蹈大賽參賽報(bào)名表
- 2022年泰州興化市人民醫(yī)院醫(yī)護(hù)人員招聘考試筆試題庫(kù)及答案解析
- 復(fù)變函數(shù)與積分變換完整版課件全套ppt整本書(shū)電子講義全書(shū)電子課件最全教學(xué)教程
- 辦公室平面圖模板
- 分包商資格申請(qǐng)表(全套)
- 三年級(jí)數(shù)學(xué)下冊(cè)蘇教版《解決問(wèn)題的策略-從問(wèn)題想起》教學(xué)反思(區(qū)級(jí)公開(kāi)課)
- 計(jì)量經(jīng)濟(jì)學(xué)期末考試題庫(kù)(完整版)及答案
- 移動(dòng)機(jī)器人機(jī)械臂的設(shè)計(jì)
- 高通量測(cè)序技術(shù)在微生物基因組學(xué)中的應(yīng)用
- 復(fù)方地蒽酚軟膏(克顯龍)蒽林軟膏說(shuō)明書(shū)副作用不良反應(yīng)高低濃度的使用方法
評(píng)論
0/150
提交評(píng)論