摘要: share pool : (组成)library cache: stores shared sql and pl/sql code (包含 statement text, parsed code, execution plan)data dictionary cache : keeps information about dictionary objects. (包含 definitions for tables, columns, and privileges from the data dictionary tables)调优 share pool 考虑的内容:A cache miss o 阅读全文
posted @ 2014-03-13 09:02 神之一招 阅读(635) 评论(0) 推荐(0)