v$librarycache and v$rowcache

SQL> select sum(pins),sum(reloads) from v$librarycache;

SQL> select sum(gets),sum(getmisses) from v$rowcache;

posted @ 2021-01-24 21:44  yyc361  阅读(49)  评论(0)    收藏  举报