首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 计算机考试 > 认证考试 > ORACLE/CIW认证 >

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

2008-10-05 
v$session v$session_wait (在10g里功能被整合,凑合算1个吧.)v$processv$sqlv$sqltextv$bh (更宁 ...

v$session v$session_wait (在10g里功能被整合,凑合算1个吧.)
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