Performance in depth

EXEM Knowledge Base

Jump to: navigation, 찾기

그림:Pid.jpg

[Oracle Performance In Depth(R)] 세미나는 성능 관리의 명가 (주)엑셈이 새롭게 선보이는 독창적이고 혁신적인 세미나입니다. Oracle 성능 분석과 관리에 필요한 필수적인 지식들을 기본 개념과 고급 기법들까지 명쾌하게 이해하도록 도와드립니다.


[Oracle Performance In Depth(R)] - Innovative, in-depth and performance oriented seminar on Oracle database. Presented by Exem.


목차

[편집] 소개(Introduction)

[Oracle Performance In Depth(R)] 세미나는

  • Oracle 성능 이해에 필요한 필수적인 지식들을
  • 기본적인 개념부터 고급 기법들까지 A-Z 까지 다루며
  • 다양한 데모와 명쾌한 설명으로 진행하는

고급 유료 세미나입니다.


Features of [Oracle Performance In Depth(R)]

  • Essential Knowledge to understand Oracle performance problem
  • From basic concept to advanced technique
  • Full of clear and easy-to-understand demos


[편집] 참가 신청(Registration)

참가 신청하기(Registration)


[편집] 강사(Presenter)

(주) 엑셈의 컨설턴트들. 교육만을 담당하는 강사가 아니라 현장에서 활동하는 컨설턴트들이 직접 강의를 진행합니다.

[편집] Index In Depth

[편집] 목차와 내용(Contents)

다음과 같은 내용을 통해 Index 성능에 대한 기본적인 지식과 고급 기법들을 논의합니다.


In depth discussions on the index.

  • Index Basic Concept
  • Index Growth and Split
  • Index Space Reuse
  • Index Execution Plan
  • Index and CBO
  • Clustering Factor
  • System Statistics
  • Index Fragmentation
  • Index Rebuild
  • Bitmap Index
  • Partitioned Index
  • Index Compression
  • Reverse Index
  • Function Based Index


[편집] Contents(HTML. IE 6.0)


[편집] Demo Script

  1. index_space_usage
  2. index_range_scan
  3. bitmap_conversion
  4. clustering_factor
  5. system_stat_index
  6. index_rebuild_lock
  7. bitmap_select
  8. function_based_index


[편집] CBO In Depth

[편집] 목차와 내용(Contents)

다음과 같은 내용을 통해 CBO(Cost Based Optimizer)에 대한 기본적인 지식과 고급 기법들을 논의합니다.


In depth discussions on the cost and CBO

  • CBO Basic Concept
  • Query Transformation
    • Subquery Unnesting
    • View Merging
    • Predicate Pushing
  • CBQT(Cost Based Query Transformation)
  • Cardinality Basic
  • Mysterious Cardinality Issues
  • Controlling Cardinality Manually
  • Segment Statisitcs
  • System Statistics
  • Histogram Concept
  • Myths in Histogram
  • Optimizing Unoptimizable SQL
    • Tuning by Cardinality Feedback
    • Stored Outline
    • SQL Profile
    • Advanced Rewrite


[편집] Contents(HTML. IE 6.0)


[편집] Demo Script

  1. cpu_cost_basic
  2. subquery_unnesting
  3. view_merging
  4. simple_row_num_10053
  5. cardinality_issues
  6. controlling_cardinality
  7. manual_setting_on_histogram
  8. histogram_and_cardinality
  9. stored_outline_vs_sql_profile


[편집] OWI In Depth

[편집] 목차와 내용(Contents)

다음과 같은 내용을 통해 OWI(Oracle Wait Interface)에 대한 기본적인 지식과 고급 기법들을 논의합니다.


In depth discussions on the OWI(Oracle Wait Interface)

  • OWI Basic Concept
  • OWI Analysis Pitfalls
  • Parse and OWI
    • Shared Pool Latch
    • Library Cache Latch
    • Library Cache Lock/Pin
  • Reads and OWI
    • Cache Buffers Chains Latch
    • Cache Buffers LRU Chain Latch
    • buffer busy waits
    • db file sequential read
    • db file scattered read
  • Transaction and OWI
    • TX Lock Contention
    • TM Lock Contention
    • Undo and Read Consistency
    • log file sync
    • log buffer space
    • Reducing Redo


[편집] Contents(HTML. IE 6.0)


[편집] Demo Script

  1. how_to_monitor_waits
  2. library_cache_monitoring
  3. massive_parse
  4. cursor_sharing
  5. lco_contention
  6. buffer_contention
  7. full-table-scan_vs_buffer_cache
  8. index_maintenance
  9. tm_contention
  10. tx_contention
  11. snapshot_too_old
  12. reduce_redo