V$SQLAREA中的LAST_LOAD_TIME和LAST_ACTIVE_TIME

8592阅读 0评论2011-04-15 dbconf
分类:Oracle

LAST_LOAD_TIME         DATE Time at which the query plan (heap 6) was loaded into the library cache

表示SQL执行计划被载入library cache的时间,一般是SQL第一次运行的时间。

LAST_ACTIVE_TIME       DATE Time at which the query plan was last active

表示SQL最后的执行时间。
上一篇:关于shared pool的深入探讨
下一篇:PROM的烧制过程原理讲解