The Advisory is on and will capture both CPU and memory overhead.
The Advisory is on but the memory for the Advisory is not allocated.
The Advisory is off and the memory for the Advisory is not allocated.
The Advisory is off but the memory for the Advisory remains allocated.
第1题:
Which statement about Automatic Memory Management with Oracle 11g is true?()
第2题:
In your running instance, some of the initialization parameters are set as shown below: SGA_MAX_SIZE = 14GB DB_CACHE_SIZE = 1GB SHARED_POOL_SIZE = 3GB STATISTICS_LEVEL = BASIC PGA_AGGREGATE_TARGET = 0 You plan to enable Automatic Shared Memory Management but you are not able to set SGA_TARGET to a nonzero value. What could be the reason?()
第3题:
You create an Oracle 10g database and configure the SPFILE as follows: SGA_TARGET=2G DB_CACHE_SIZE=512M LOG_BUFFER=50M DB_KEEP_CACHE_SIZE=128M You modify the SGA_TARGET initialization parameter using the following statement: SQL>ALTER SYSTEM SET SGA_TARGET = 1G SCOPE = BOTH; Which entity does this statement affect?()
第4题:
You set the following parameters in the parameter file and restarted the database:MEMORY_MAX_TARGET=0MEMORY_TARGET=500M PGA_AGGREGATE_TARGET=90MSGA_TARGET=270M Which two statements are true about these parameters after the database instance is restarted()
第5题:
You are configuring the PROD database to use an internal tuning algorithm to monitor the performance of the workload. To achieve this configuration, you specify the following parameter settings in the SPFILE:// SGA_TARGET = 512M SHARED_POOL_SIZE = 256M Which two statements are true when modifying the SHARED_POOL_SIZE initialization parameter in the SPFILE? ()
第6题:
The command succeeds only if Automatic Memory Management is not enabled.
The command succeeds, but you need to restart the database for changes to take effect.
The command returns an error because the size of the redo log buffer cannot be changed dynamically.
The parameter value is changed and it comes into effect as soon as space becomes available in the System Global Area (SGA).
第7题:
The statement fails because you cannot set the memory components manually if the SGA_TARGET initialization parameter is set to a nonzero value.
The statement fails because the DB_8K_CACHE_SIZE initialization parameter is not a dynamic parameter.
The statement increases the value of the DB_8K_CACHE_SIZE initialization parameter to 256M and extracts an additional 128M of memory from the automatically sized memory components.
The statement increases the value of the DB_8K_CACHE_SIZE initialization parameter to 256M and reallocates an additional 128M memory from the memory components that are not auto-tuned.
第8题:
You cannot specify MEMORY_TARGET if you explicitly specify SGA_TARGET or PGA_AGGREGATE_ TARGET values that are greater than zero in your parameter file.
Oracle can reallocate memory between the SGA and PGA automatically as needed.
To use Automatic Memory Management, you must explicitly set both the MEMORY_TARGET and MEMORY_MAX_TARGET parameters in your parameter file.
You can set the MEMORY_TARGET parameter to a maximum value of the current SGA size plus the current PGA size.
第9题:
20% SGA 80% PGA
25% SGA 75% PGA
50% SGA 50% PGA
75% SGA 25% PGA
80% SGA 20% PGA
第10题:
The database instance starts, and Oracle sets the default value of SGA_TARGET to the same value as SGA_MAX_SIZE
The database instance starts, and Oracle automatically tunes memory and allocates 60 percent to the SGA and 40 percent to the PGA
The database instance starts, but Automatic Memory Management is disabled
The database instance will not start because you did not specify the PGA_AGGREGATE_TARGET or SGA_TARGET parameter
第11题:
It allows dynamic increase of CPU and memory allocation for all LPARs.
It allows dynamic increase of CPU and memory allocation for LPARs when the 'Desired' and 'Maximum' partition profile values are equal.
It allows dynamic increase of CPU and memory allocation for LPARs when the 'Desired' partition profile values are less than the 'Maximum' values.
It allows dynamic increase of CPU and memory allocation for LPARs when the 'Desired' partition profile values are greater than the 'Maximum' values.
第12题:
You cannot specify MEMORY_TARGET if you explicitly specify SGA_TARGET or PGA_AGGREGATE_TARGET values that are greater than zero in your parameter file.
Oracle can reallocate memory between the SGA and PGA automatically as needed.
To use Automatic Memory Management, you must explicitly set both the MEMORY_TARGET and MEMORY_MAX_TARGET parameters in your parameter file.
You can set the MEMORY_TARGET parameter to a maximum value of the current SGA size plus the current PGA size
第13题:
You work as a database administrator for Certkiller .com. Users complain that their query is taking a long time to complete. You suspect the database buffer cache size to be the reason, and you define an alert to be generated when the buffer cache hit metric goes below 85%. When you observe the dynamic performance views, you find that the buffer cache hit ratio is 81% but no alerts are being generated. What could be the reason for this problem?()
第14题:
Your database instance is started using the server parameter file (SPFILE). You executed acommand to change the value of the LOG_BUFFER initialization parameter: ALTER SYSTEM SET LOG_BUFFER=32M SCOPE=BOTH; What would be the outcome of this command()
第15题:
Oracle9i offers the ability to monitor the dynamic use of the SGA through the DB_CACHE_ADVICE parameter. When this parameter is set to READY, what is its effect? ()
第16题:
Your SPFILE contains the following parameter settings: SGA_TARGET = 8G DB_CACHE_SIZE = 4G SHARED_POOL_SIZE = 2G LARGE_POOL_SIZE = 512M JAVA_POOL_SIZE = 512M LOG_BUFFER = 100M SGA_MAX_SIZE = 10G You query the V$SGA_DYNAMIC_COMPONENTS dynamic performance view and discover that the large pool component is currently sized at 1G. You want the value of the SGA_TARGET initialization parameter to 10G, but instead of specifying a value of 10G for the SGA_TARGET initialization parameter, you erroneously execute the following statement: SQL>ALTER SYSTEM SET SGA_TARGET = 0 SCOPE = BOTH; What is the result of this statement?()
第17题:
You are a network administrator for your company.A Windows Server 2003 computer named Server1 is exhibiting connectivity problems. You monitor Server1 by using System Monitor and Network Monitor. While monitoring, you notice that Server1 has approximately 4 MB of available memory, and the average CPU utilization is running at 95 percent. When you investigate the Network Monitor capture, you notice that some network packets sent to Server1 during the capture have not been captured. You need to ensure that the impact of monitoring on Server1 is reduced and that all packets sent to the computer are captured. What should you do?()
第18题:
From a command prompt, run the diskperf command.
Run Network Monitor in dedicated capture mode.
Configure a Network Monitor capture filter.
Increase the buffer size in Network Monitor.
第19题:
The database crashes.
The large pool releases 512M of memory.
The large pool retains 1G of allocated memory.
The large pool increases to 1,512M of memory.
第20题:
The advisory memory has been turned off.
The DB_CACHE_ADVICE parameter has been set to OFF in the parameter file.
The STATISTICS_LEVEL parameter has been set to BASIC in the parameter file.
The TIMED_STATISTICS parameter has been set to FALSE in the parameter file.
The STATISTICS_LEVEL parameter has been set to TYPICAL in the parameter file.
第21题:
only the auto-tuned memory components
only the memory components that are not auto-tuned
both the auto-tuned memory components and the non-auto-tuned memory components
neither the auto-tuned memory components nor the non-auto-tuned memory components
第22题:
The PGA_AGGREGATE_TARGET parameter is set to zero.
The STATISTICS_LEVEL parameter is setto basic.
Both the SGA_TARGETandMEMORY_TARGET paramete rsareset.
The SGA_MAX_SIZEandSGA_TARGET parameter value sare note qual.
第23题:
The STATISTICS_LEVEL initialization parameter is set to BASIC
The PGA_AGGREGATE_TARGET initialization parameter is set to zero.
The SGA_MAX_SIZE initialization parameter is set to less than 20 GB
The DB_CACHE_SIZE initialization parameter is set to less than 5 GB
The SHARED_POOL_SIZE initialization parameter is set to a nonzero value.