`
mathfox
  • 浏览: 36500 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Oracle Execution Plans

阅读更多

Obtaining Execution Plans

  • Execute the SQL statement EXPLAIN PLAN,and then query the table where the output was written.
  • Query a dynamic performance view showing the execution plans cached in the library cache.
  • Query an Automatic Workload Repository or Statspack table, showing the execution plans stored in the repository.
  • Activate a tracing facility providing execution plans.

plan_table Position : $ORACLE_HOME/rdbms/admin/ultxplan.sql

 

 

  • 大小: 47.9 KB
  • 大小: 99.9 KB
分享到:
评论

相关推荐

    Re-post: DBMS_XPLAN : Display Oracle Execution Plans

    标题“DBMS_XPLAN: 显示Oracle执行计划”是一个关于Oracle数据库系统中用于分析SQL查询执行性能的重要工具的讨论。这个工具允许用户查看SQL语句的执行计划,从而理解数据库如何处理这些语句,以及哪些操作可能影响...

    高清彩版 dissecting sqlserver execution plans

    标题:“高清彩版 dissecting sqlserver execution plans”(高清彩版剖析SQL Server执行计划),描述:“dissecting sqlserver execution plans”(剖析SQL Server执行计划),标签:oracle。这些信息表明,本文是...

    《Pro Oracle SQL》 读书笔记--Chapter 6--6.2 Execution Plans--之四

    《Pro Oracle SQL》是Oracle数据库查询优化的经典之作,第六章主要聚焦在Execution Plans(执行计划)上,这是数据库查询性能优化的关键。本章节的第四部分深入探讨了如何理解和解析执行计划,以及它对SQL性能的影响...

    《Pro Oracle SQL》Chapter10 -- 10.2 Optimizing SQL -10.2.1Testing Execution Plans

    《Pro Oracle SQL》一书的第10章深入探讨了SQL优化,特别是10.2节,重点关注如何测试执行计划,这是SQL性能调优的关键环节。在这个部分,作者旨在帮助读者理解如何有效地评估和改进SQL查询的性能,以提高数据库系统...

    Pro Oracle SQL

    What you'll learn Master powerful SQL features implemented only in Oracle Database Read and interpret SQL execution plans Quickly diagnose and fix badly performing SQL Control execution plans through...

    Troubleshooting Oracle Performance, 2nd Edition

    Part 1 covers some basics that are required to read the rest of the book. Chapter 1, “Performance Problems,”...describes in detail how to obtain, interpret, and judge the efficiency of execution plans.

    oracle在线帮助文档

    2. **性能优化**:通过自动SQL调优(Automatic SQL Tuning)和自适应执行计划(Adaptive Execution Plans),Oracle 11g R2能够自动识别并优化SQL查询的执行效率,减少了手动调优的工作量,提升了整体系统性能。...

    Oracle-DSI.rar_Oracle-DSI_oracle_oracle dsi_oracle pdf

    8. **Adaptive Execution Plans**:Oracle 11gR2能够根据执行过程中的实际情况动态调整执行计划,以适应不断变化的系统环境。 9. **PGA Auto-Management**:自动管理程序全局区域(PGA)使得内存分配更加智能化,...

    oracle 12c new feature

    Oracle 12c引入了新的SQL执行引擎优化机制,包括动态采样(Dynamic Sampling)、自适应执行计划(Adaptive Execution Plans)和并行查询(Parallel Query)等。这些优化措施共同提高了查询的响应时间和整体系统性能。 ###...

    oracle 11G

    为了提高查询性能,Oracle 11g 引入了一系列优化措施,比如使用 Adaptive Execution Plans (AEPs) 来动态调整执行计划。这种机制可以根据实际运行时条件的变化自动调整查询执行策略,从而获得更好的性能。 #### 7. ...

    Oracle Performance Troubleshooting

    What do you do when your database application isn’t running fast enough? You troubleshoot, of ... Read and recognize inefficient SQL execution plans Reduce inefficiencies from too much procedural code

    Oracle Database 12c For RHEL7安装配置手册-1.00

    7. **Adaptive Execution Plans**:根据实际运行时的数据分布调整执行计划,自动克服由于数据倾斜导致的问题。 8. **Enhanced Statistics**:增加了第11级的动态采样,自动为并行查询开启高级别的动态采样,引入了...

    oracle performance tuning

    可通过`v$sql_plan`查看Execution Plans。 5. **保留大型对象**:对于经常使用的存储过程、已编译的触发器等大型对象,应保留于共享池中,以减少内存碎片,提高性能。 ```sql SELECT * FROM v$db_object_cache ...

    Oracle 11gR2 产品白皮书

    - **查询执行优化**:引入了新的查询优化器策略,如Adaptive Execution Plans,可以根据实际执行情况动态调整执行计划,进一步提高了查询效率。 - **索引优化**:支持多种类型的索引,如Bitmap Indexes、Function-...

    Oralce 12.1 DB performence

    3. **Adaptive Execution Plans (AEP)**:自动适应查询计划,根据运行时条件动态调整执行策略,提高查询效率。 4. **Memory-Optimized Tables**:为OLTP工作负载提供内存优化的表结构,提升事务处理速度。 5. **...

    Oracle9i的init.ora参数中文说明

    Oracle9i初始化参数中文说明 Blank_trimming: 说明: 如果值为TRUE, 即使源长度比目标长度 (SQL92 兼容) 更长, 也允许分配数据。 值范围: TRUE | FALSE 默认值: FALSE serializable: 说明: 确定查询是否获取表级...

    SQLPerformanceExplained_V1

    由于本书是电子版本,附录部分如“Execution Plans”和“Example Schema”并没有包含在电子书版本中,因为这些部分在实际与数据库交互时最为有用。所以,读者在使用数据库实践时,可能还需要参考其他材料或在线资源...

    ora分析脚本

    -i instance# append # to ORACLE_SID -sid <sid> set ORACLE_SID to sid -top # limit some large queries to on # rows - repeat <interval> |forever> Repeat an coomand <count> time. Sleep <interval> ...

Global site tag (gtag.js) - Google Analytics