Oracle 11G OCP 1Z0-053 212
SGA_MAX_SIZE=1024M
SGA_TARGET=700M
DB_8K_CACHE_SIZE=124M
LOG_BUFFER=200M
You issued the following command to increase the value of DB_8K_CACHE_SIZE:
SQL>ALTER SYSTEM SET DB_8K_CACHE_SIZE=140M;
What would happen?
A.It will fail because DB_8K_CACHE_SIZE parameter cannot be changed dynamically
B.It will be successful only if the memory is available from the auto tuned components
C.It will fail because an increase in DB_8K_CACHE_SIZE cannot be accommodated within SGA_TARGET
D.It will fail because an increase in the DB_8K_CACHE_SIZE cannot be accommodated with in SGA_MAX_SIZE
答案:(D)
解析:
DB_8K_CACHE_SIZE不屬於SGA_TARGET自動管理。
SGA_TARGET自動管理的是DB_CACHE_SIZE
LOG_BUFFER也不屬於SGA_TARGET自動管理。
SGA_MAX_SIZE-SGA_TARGET-LOG_BUFFER=1024-700-200= 124M < 140M,所以,會報超過SGA_MAX_SIZE的上限
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17013648/viewspace-1263977/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle 11G OCP 1Z0-053 600Oracle
- Oracle 11G OCP 1Z0-053 581Oracle
- Oracle 11G OCP 1Z0-053 582Oracle
- Oracle 11G OCP 1Z0-053 583Oracle
- Oracle 11G OCP 1Z0-053 584Oracle
- Oracle 11G OCP 1Z0-053 585Oracle
- Oracle 11G OCP 1Z0-053 586Oracle
- Oracle 11G OCP 1Z0-053 587Oracle
- Oracle 11G OCP 1Z0-053 588Oracle
- Oracle 11G OCP 1Z0-053 589Oracle
- Oracle 11G OCP 1Z0-053 590Oracle
- Oracle 11G OCP 1Z0-053 591Oracle
- Oracle 11G OCP 1Z0-053 592Oracle
- Oracle 11G OCP 1Z0-053 593Oracle
- Oracle 11G OCP 1Z0-053 594Oracle
- Oracle 11G OCP 1Z0-053 595Oracle
- Oracle 11G OCP 1Z0-053 596Oracle
- Oracle 11G OCP 1Z0-053 597Oracle
- Oracle 11G OCP 1Z0-053 598Oracle
- Oracle 11G OCP 1Z0-053 563Oracle
- Oracle 11G OCP 1Z0-053 564Oracle
- Oracle 11G OCP 1Z0-053 565Oracle
- Oracle 11G OCP 1Z0-053 566Oracle
- Oracle 11G OCP 1Z0-053 567Oracle
- Oracle 11G OCP 1Z0-053 568Oracle
- Oracle 11G OCP 1Z0-053 569Oracle
- Oracle 11G OCP 1Z0-053 570Oracle
- Oracle 11G OCP 1Z0-053 571Oracle
- Oracle 11G OCP 1Z0-053 572Oracle
- Oracle 11G OCP 1Z0-053 573Oracle
- Oracle 11G OCP 1Z0-053 574Oracle
- Oracle 11G OCP 1Z0-053 575Oracle
- Oracle 11G OCP 1Z0-053 576Oracle
- Oracle 11G OCP 1Z0-053 578Oracle
- Oracle 11G OCP 1Z0-053 579Oracle
- Oracle 11G OCP 1Z0-053 580Oracle
- Oracle 11G OCP 1Z0-053 545Oracle
- Oracle 11G OCP 1Z0-053 546Oracle