查看共享SQL区的使用率:select(sum(pins-reloads))/sum(pins) "Library cache" from v$librarycache;--动态性能表这个使用率应该在90%以上,否则需要增加共享池的大小。