Backup & Recovery
10 QuestionsQuestion:
Which three statements are true about dynamic performanc e views?
- A. Read consistency is not guaranteed.
- B. V$FIXED_TABLE can be queried to display the names of all dynamic performance views.
- E. They can be queried only when the database is open.
Question:
In which two ways would you disable timing information c ollected for wait events and much of the performance monitoring capability of the database?
- A. By setting the TIMED_STATISTICS system parameter to FALSE.
- D. By setting the STATISTICS_LEVEL parameter to BASIC.
Question:
Which advisor is used to detect missing or stale object statistics?
- B. SQL Statistics Advisor
Question:
Which two statements are true about trace files produced by the Oracle Database server?
- B. They can be written by server processes to a file system.
- C. They can be written by background processes to a file system.
Question:
Which two SQL Plan Management Advisor tasks are part of Automatic Maintenance Tasks?
- D. The Automatic SQL Plan Management Evolve Advisor task, which evolves plans that have recently been added as the SQL plan baseline for statements.
- E. The Automatic SQL Tuning Advisor tasks, which would exam ine the performance of high-load SQL statements and make recommendations for those state ments.
Question:
Which three tasks are part of the predefined Automated Maintenance Tasks?
- B. Automatic Optimizer Statistics Collection.
- D. Automatic SQL Plan Management advisor tasks.
- F. Automatic segment and segment statistics advisor tasks.
Question:
Which two AWR-based tools listed below are part of Oracle Database self-tuning components?
- A. Automatic capture of statistical information from the SGA and storing it in the AWR using Automatic Database Diagnostic.
- B. ADDM, a server-based expert that reviews database performance statistics captured by Snapshots to identify potential problems before system performance degrade s noticeably.
Question:
Which three statements are true about using SQL*Plus?
- A. It can run scripts passed to it by a shell script.
- E. It can run scripts entered at the SQL prompt.
- F. It has its own commands that are separate from any SQL statements.
Question:
What are Oracle Database Metrics?
- A. Oracle Database Metrics monitor performance using thresholds to generate alerts.
- C. Oracle Database Metrics are a set of measured statistics per unit of time (per second), transaction, or sessions that are used to evaluate performance.
Question:
What are the three components of Oracle Database Automatic Maintenance Tasks?
- B. Oracle Database Resource Manager, which enables you to manage and configure system resources used by the Automatic Maintenance Tasks.
- C. The maintenance windows managed by Oracle Database Scheduler, which are predefined time intervals permitting scheduled tasks.
- F. A set of tasks that are started automatically at regular intervals to perform maintenance operations on the database.