Oracle 11G OCP 1Z0-052 13
(13)You have executed this command to change the size of the database buffer cache:
答案:(A)
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答案:(A)
解析:
SGA元件分配和回收空間都是以granule為單位的。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17013648/viewspace-1175892/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle 11G OCP 1Z0-052 14Oracle
- Oracle 11G OCP 1Z0-052 88Oracle
- Oracle 11G OCP 1Z0-052 89Oracle
- Oracle 11G OCP 1Z0-052 90Oracle
- Oracle 11G OCP 1Z0-052 92Oracle
- Oracle 11G OCP 1Z0-052 93Oracle
- Oracle 11G OCP 1Z0-052 94Oracle
- Oracle 11G OCP 1Z0-052 95Oracle
- Oracle 11G OCP 1Z0-052 96Oracle
- Oracle 11G OCP 1Z0-052 97Oracle
- Oracle 11G OCP 1Z0-052 98Oracle
- Oracle 11G OCP 1Z0-052 99Oracle
- Oracle 11G OCP 1Z0-052 71Oracle
- Oracle 11G OCP 1Z0-052 73Oracle
- Oracle 11G OCP 1Z0-052 74Oracle
- Oracle 11G OCP 1Z0-052 75Oracle
- Oracle 11G OCP 1Z0-052 76Oracle
- Oracle 11G OCP 1Z0-052 77Oracle
- Oracle 11G OCP 1Z0-052 78Oracle
- Oracle 11G OCP 1Z0-052 79Oracle
- Oracle 11G OCP 1Z0-052 80Oracle
- Oracle 11G OCP 1Z0-052 81Oracle
- Oracle 11G OCP 1Z0-052 82Oracle
- Oracle 11G OCP 1Z0-052 83Oracle
- Oracle 11G OCP 1Z0-052 84Oracle
- Oracle 11G OCP 1Z0-052 85Oracle
- Oracle 11G OCP 1Z0-052 87Oracle
- Oracle 11G OCP 1Z0-052 53Oracle
- Oracle 11G OCP 1Z0-052 54Oracle
- Oracle 11G OCP 1Z0-052 57Oracle
- Oracle 11G OCP 1Z0-052 58Oracle
- Oracle 11G OCP 1Z0-052 59Oracle
- Oracle 11G OCP 1Z0-052 60Oracle
- Oracle 11G OCP 1Z0-052 61Oracle
- Oracle 11G OCP 1Z0-052 62Oracle
- Oracle 11G OCP 1Z0-052 63Oracle
- Oracle 11G OCP 1Z0-052 64Oracle
- Oracle 11G OCP 1Z0-052 65Oracle