码迷,mamicode.com
首页 > 其他好文 > 详细

052-13

时间:2017-12-01 13:45:32      阅读:129      评论:0      收藏:0      [点我收藏+]

标签:--   span   his   not   block   big   nts   already   available   

You have executed this command to change the size of the database buffer cache:
SQL> ALTER SYSTEM SET DB_CACHE_SIZE=2516582;
System altered.
To verify the change in size, you executed this command:
SQL> SHOW PARAMETER DB_CACHE_SIZE
NAME TYPE VALUE
------------------- ----------- ------------------
db_cache_size big integer 4194304
Why is the value set to 4194304 and not to 2516582?
A.because 4194304 is the granule size
B.because 4194304 is the standard block size
C.because 4194304 is the largest nonstandard block size defined in the database
D.because 4194304 is the total size of data already available in the database buffer cache

如果指定的大小不是粒度的整倍数,则约等于到整倍数,例如粒度为 4M,指定 DB_CACHE 为 10M,则实际上为 12M

052-13

标签:--   span   his   not   block   big   nts   already   available   

原文地址:http://www.cnblogs.com/Babylon/p/7941394.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!