0927

select sql_text from v$sqlarea where sql_text like '%select * from emp where empno%'

select * from emp where empno=7369

startup force

variable vaa number

print vaa

The data dictionary cache,terminology,and tuning

content:Definitions of dictionary objects

terminology:

gets:number of requests on objects

getmisses:number of requests resulting in cache misses

tuning:avoid dictionary cache misses

 

 

 

posted @ 2012-09-27 10:46  dujilu  阅读(121)  评论(0编辑  收藏  举报