oracle数据库之相关数据字典进行性能问题分析

oracle最重要的9个动态性能视图!

v$session + v$session_wait

v$process

v$sql

v$sqltext

v$bh (更宁愿是x$bh)

v$lock

v$latch_children

v$sysstat

v$system_event

按组分的几组重要的性能视图

1。system 的 over view

v$sysstat , v$system_event , v$parameter

2。某个session 的当前情况

v$process , v$session , v$session_wait ,v$session_event , v$sesstat

3。sql 的情况

v$sql , v$sqlarea , v$sql_plan , v$sql_plan_statistics, v$sqltext_with_newlines

3. latch / lock /enqueue

v$latch , v$latch_children , v$latch_holder , v$lock ,v$enqueue_stat ,v$enqueue_lock

4. io 方面的

v$segstat , v$filestat , v$tempstat ,v$datafile , v$tempfile

5.shared pool / library cache

v$librarycache , v$rowcache , x$ksmsp

6.几个advice也不错

v$db_cache_advice , v$pga_target_advice, v$shared_pool_advice

(0)
上一篇 2022年3月22日
下一篇 2022年3月22日

相关推荐