oracle优化思路资料.pptVIP

  • 9
  • 0
  • 约1.54万字
  • 约 33页
  • 2016-11-10 发布于湖北
  • 举报
* 10G版本之后监控语句: select sql_text,event,sid,serial#,program,machine,b.seconds_in_wait from v$sql a,v$session b where a.sql_id = b.sql_id and a.hash_value = b.sql_hash_value and b.event not in (SQL*Net message from client, gcs remote message,SQL*Net message to client, rdbms ipc message, ges remote message) and sql_text not like select b.inst_id,sql_text,event,sid,serial#,program,machine from gv$sql% order by event; * 目前金三系统主要是IO压力大: direct path read 、db file scattered read、db file sequential read 在10g中,对于大表的串行扫描默认是通过缓存的,在11g中,决定是直接读取还是通过缓存读取,要基于表大小、缓冲区大小和其他多种统计信息。因为避免了闩锁(Latch

文档评论(0)

1亿VIP精品文档

相关文档