摘要:
》共享sql:1、统一书写风格2、使用绑定变量》》找出没有共享的SQL语句:在v$sql查找执行次数较小的SQL语句,观察这些SQL语句是否是经常执行的。select SQL_FULLTEXT from v$sql where EXECUTIONS=1 and sql_text like '%fro... 阅读全文
摘要:
shared pool内存块组成结构:(library cath,free,row cath)chain:chunk:4031:(硬解析大量存在时会产生)select count(*) from x$ksmsp; --查看chunkselect count(*) from dba_objects;a... 阅读全文