Which statement is correct about server-generated alerts?
A. All server-generated alerts are based on threshold levels.You find that the OS utilization is over 40% in your database server. Examine the following set of performance monitoring-related activities:
1.
Investigate the operating system for network transfers, paging, and swapping.
2.
Check the SQL and the transactions submitting the SQL for optimal execution.
3.
Investigate the top SQL by CPU utilization.
4.
Consider rescheduling some work to off-peak hours.
5.
Check whether there are any nondatabase jobs consuming CPU time on the machine.
What is the correct sequence in which the above activities should be performed to diagnose and reduce potential performance issues?
A. 1,5,3,2,4While reviewing the Top 5 Timed Events section in the Automatic Workload Repository report, you notice that the db file scattered read and db file sequential read events appear in the list. Which two reasons could have caused these wait events? (Choose two.)
A. SQL statements performing frequent full table scansThe Automatic Workload Repository (AWR) snapshot interval is set to 1 hour. A user of your database notifies you that the system was slow between 10:00 PM and 10:10 PM, but the Automatic Database Diagnostic Management (ADDM) analysis for the time period between 10:00 PM and 11:00 PM does not show this performance problem.What would you suggest to analyze this performance problem for the user?
A. SQL Tuning AdvisorIn which case is the database buffer cache NOT used?
A. when physical I/Os are performed to read from data filesExamine the following block that executes a SQL Performance Analyzer task:
begin dbms_sqlpa.execute_analysis_task(task_name => 'SPA_SKD4', execution_type => 'TEST EXECUTE',
execution_name => 'before');
end;
Which two statements are true about the execution? (Choose two.)
A. It generates execution plans and execution statistics.You work as a DBA and you have the responsibility of managing a large online transaction processing (OLTP) system. You used the following query during the
performance tuning activity:
SQL> SELECT (1-((phy.value-phyd.value) / (cur.value + con.value))) * 100 2 "Cache Hit ratio"
3 FROM v$sysstat cur, v$sysstat con, v$sysstat phy, v$sysstat phyd 4 WHERE cur.name = 'db block gets'
5 AND con.name = 'consistent gets'
6 AND phy.name = 'physical reads'
7 AND phyd.name = 'physical reads direct';
Cache Hit Ratio
98.43
Which understanding of this ratio is correct?
A. 98.43% of times the requests have found free buffers.Examine the values for the following initialization parameters:
STATISTICS_LEVEL = TYPICAL TIMED_STATISTICS = true You are managing an online transaction processing (OLTP) system. Application users notice that some queries have poor response time. You determine that queries from session ID 27, serial number 60, for user OE are heavy-resource
consumers. To investigate further, you enabled tracing for the session by executing the following command: SQL> EXECUTE dbms_system.set_sql_trace_in_session (27, 60, true); Which statement is true?
A. The tkprof output file for the trace generated would display only the timed statistics for the SQL statements.You work as a DBA in ABC Corp. You are working on an online transaction processing (OLTP) database. The database size has grown to 100 GB. The database will support new applications and more users will be added. Presently, the database uses normal file system storage. Before the new applications are added, you want to move the storage to RAID. You are in consultation with the OS Administrator for finalizing the RAID option for the storage. You have the following requirements for the database:
1) Less mean time to recover (MTTR) 2) Striped for performance 3) Mirrored for safety
Which RAID option would you recommend?
A. RAID level 0View Exhibit1 to examine the description of the CUSTOMERS table.

You observed that optimizer selectivity is not accurate when the CUST_STATE_PROVINCE and COUNTRY_ID columns are used together in the WHERE clause of a query. View Exhibit2 to examine the query execution plan and the commands executed to gather the statistics.

The optimizer predicts that 20 rows will be processed rather than the 3,341 rows, which is the actual number of rows returned from the table. What can you do to make the optimizer detect the actual number of rows?
A. Set the STATISTICS_LEVEL parameter to ALL.Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Oracle exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 1Z0-054 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.