关于v$db_object_cache的一些脚本
摘要:
找出在 library cache中所需空间大于100k的PL/SQL对象 select name,sharable_mem,loads from v$db_object_cachewhere sharable_mem>102400 and type in('PACKAGE','PACKAGE B... 阅读全文
posted @ 2009-12-17 23:27 如果蜗牛有爱情 阅读(103) 评论(0) 推荐(0)
浙公网安备 33010602011771号