Tag: databases
Questions Related to databases
By default, how long will database statistics be retained in the AWR?
Which of the following is not one of the three primary sources of performance metric information in the EM Database Control Performance screen?
Which of the following is a performance metric that could be defined as “the amount of work that a system can perform in a given amount of time”?
Using EM Database Control, you discover that two application PL/SQL functions and a view are currently invalid. Which of the following might you use to fix these objects?
Multiple baseline metrics can be gathered and stored in the AWR. Why might you want more than one metrics baseline?
When you configure an alert, which of the following types of alert thresholds can you use to monitor a tablespace for diminishing free space?
If Product is a table name than a) RENAME product to PRO; b) ALTER TABLE product RENAME TO pro;
NULLIF(12, 13) would return 12 ?