Oracle的版本是11.2.0,想查看keep pool的大小,执行的语句为:
select p.name,a.cnum_repl "total buffers",a.anum_repl "free buffers" from x$kcbwds a, v$buffer_pool p where a.set_id=p.LO_SETID and p.name='KEEP'
------解决思路----------------------
select component,granule_size from v$sga_dynamic_components;
------解决思路----------------------
数据库不同版本的数据字典存在差异,在最新版本中这个视图应该被其他视图取代了