performance Online Quiz - 9
Description: performance Online Quiz - 9 | |
Number of Questions: 25 | |
Created by: Aliensbrain Bot | |
Tags: performance |
This phase of Oracle tuning is directed at looking for resource shortages in the db_block_buffers, shared_pool_size and sort_area_size.
This parameter lets you tune optimizer behavior for access path selection to be more or less index friendly, that is, to make the optimizer more or less prone to selecting an index access path over a full table scan. The default makes full table scan and index use equal.
This tool in Oracle10g defaults to a collection interval every 30 minutes and collects data that is the foundation for all of the other self-tuning features. It is very much like STATSPACK, especially the level-5 STATSPACK collection mechanism where top SQL is collected every hour, based on your rolling thresholds for high-use SQL.
ISM can store logs for...
MRTG stands for
MRTG works on
MRTG is written in
MRTG was developed by
MRTG can monitor
What protocol do we use for character interface based application?
What is the web-based version of Controller called
What is not a parameter type in the following list?
In a VUGen script, we have checked the "Continue on Error"-Run-Time Settings, but in the script there is lr_continue_on_error(1) set before a transaction xyz. Suppose the transaction xyz fails , what will happen?
We can insert text check code in the script DURING recording.
"Run for duration" in controller behaves like "Run until completion" when the the given number of iterations is done executing?
We can change the run logic -iteration count for Vuser init -Vuser end.
We can have a script with only vuser_init and vuser_end.