- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Tuning the Shared Pool Objectives After completing this lesson, you should be able to do the following: Diagnose shared pool problems Size the shared pool Size the reserved area Keep objects in the shared pool Shared Pool Architecture Major components of the shared pool are: Library cache Data dictionary cache User global area (UGA) for shared server sessions Shared Pool Operation The shared pool is managed by an LRU algorithm. New objects require memory allocations. Re-creatable objects are aged out of the cache. Objects are made up of chunks of memory. A memory allocation is a whole chunk. A chunk is contiguous. The Library Cache Stores complex object metadata associated with cursors Stores SQL statements and PL/SQL blocks that are to be shared by users Prevents statement reparsing SQL and PL/SQL Storage Cursor Usage and Parsing Parse procedure: 1. Find and execute an open cursor. 2. Find a closed cursor in the session cache. 3. Search the hash chains (soft parse). 4. Construct the cursor (hard parse). Important Shared Pool Latches latch: shared pool protects memory allocations in the shared pool. latch: library cache locates matching SQL in the shared pool. Mutex A mutual exclusion object allows: Sharing of a resource without corruption Shared access for reads Exclusive access for update Each object to have its own mutex Benefits of Mutex Performance is improved with mutexes. Mutexes: Are smaller and faster Have less potential for contention Replace latches and pins Mutex Views and Statistics Mutex views: V$MUTEX_SLEEP V$MUTEX_SLEEP_HISTORY Mutex wait events: cursor:mutex X cursor:mutex S cursor:pin X cursor:pin S cursor:pin S wait on X Mutex-Protected Operations From 10.2.0.2 onward, mutex protects: Selects from V$SQLSTAT Searches of child cursor lists Statspack/AWR Indicators Statspack and AWR reports include indicators: Load Profile Instance Efficiencies Top Wait Events Time Model Load Profile Instance Efficiencies Top Waits Time Model Library Cache Act
您可能关注的文档
最近下载
- 资料员工作内容.docx VIP
- P气瓶充装证考试题库及答案.doc VIP
- 上海市杨浦区2023-2024学年七年级下学期期中英语试卷 .docx VIP
- 2025年高考真题解析课件:2025年全国新高考二卷英语读后续写(课件).pptx VIP
- 贵阳市中心城区控制性详细规划(总则)——乌当组团.pdf VIP
- 图书出版合同(合同范本)7篇.docx VIP
- (正式版)D-L∕T 1770-2017 抽水蓄能电站输水系统充排水技术规程.docx VIP
- 《结构全寿命维护》课程教学大纲(本科).docx VIP
- SI、PI协同的EMI分析—打印版.pdf
- Unit2 Travelling Around Discovering Useful Structures 课件-2024-2025学年高中英语人教版(2019)必修第一册.pptx VIP
有哪些信誉好的足球投注网站
文档评论(0)