You notice that two wait events, Latch:cache buffer chains and Latch:cache buffer LRU chains, appear consistently in the Top 5 Timed Events for your database.Which two options describe what these wait events indicate? (Choose two.)
A. Latch:cache buffer LRU chains - indicates excessive block replacementExamine the output of the following query:
SQL> SELECT c.name,a.addr,a.gets,a.misses,a.sleeps,
2 a.immediate_gets,a.immediate_misses,b.pid
3 FROM v$latch a, v$latchholder b, v$latchname c
4 WHERE a.addr = b.laddr(+) and a.latch# = c.latch#
5 AND c.name LIKE 'andlatch_name%' ORDER BY a.latch#;
LATCH NAME ADDR GETS MISSES SLEEPS IMMEDIATE_GETS IMMEDIATE_MISSES ------------ -------- -------- ------- ------ -------------- ---------------- shared pool
20016544 8520540 14112 3137 0 0
Which two conclusions can you draw from this? (Choose two.)
A. The latch was requested in no wait mode.Your database supports many applications running on the middle tier. Many applications users create jobs for which you want to statistically measure workload as a part of performance management.What would you do to accomplish the task?
A. Assign resource consumer group to jobs while creating the jobs.View the Exhibit and analyze a portion of the Active Session History (ASH) report marked with a red rectangle.Which two can be inferred from the output? (Choose two.)

You work for ABC Pvt Ltd. The company has recently upgraded one of its development databases to Oracle Database 11g from Oracle Database 10g. You noticed that the System Global Area (SGA) is undersized as shown in the Exhibit. To investigate further, you checked the related parameters as shown below: SQL> show parameter sga_max_size NAME TYPE VALUE ------------------------------ --------------- ----------------- sga_max_size big integer 500M SQL> show parameter target NAME TYPE VALUE ------------------------------ --------------- ------------------ archive_lag_target integer 0 db_flashback_retention_target integer 1440 fast_start_io_target integer 0 fast_start_mttr_target integer 0 memory_max_target big integer 0 memory_target big integer 0 pga_aggregate_target big integer 384M sga_target big integer 384M
Which is the best solution that you would recommend?

Which three statements are true about performance analysis by SQL Performance Analyzer? (Choose three.)
A. It detects changes in SQL execution plans.You are a DBA in ABC Corp. You are working on an online transaction processing (OLTP) system.The applications running on the database use connection pooling to connect to the database to perform transactions.
The company wants to upgrade the CPU and the memory for the machine on which the database is running. To test the realistic workload on the new machine with increased CPU and memory, you identified the peak workload time for the
database and captured the workload on the production system.
You set up the test machine with the upgraded CPU and memory and installed the database with the same version as production.
Which three actions would you perform to accomplish the realistic replay of the peak workload on the test machine? (Choose three.)
A. Preprocess the captured workload for the specified target database version.Examine the following block:
BEGIN
DBMS_WORKLOAD_REPOSITORY.DROP_BASELINE (baseline_name => 'peak baseline', cascade => FALSE, dbid => 3310949047);
END;
Why would you use the FALSE value for the CASCADE parameter while dropping the baseline?
A. because it does not remove snapshots associated with the baselineView the Exhibit and analyze the output of a query executed on the V$MEMORY_RESIZE_OPS view. Why do INITIAL_SIZE, TARGET_SIZE, and FINAL_SIZE columns have the value zero for some of the components?

Your organization has purchased licenses for the Diagnostic Pack along with the Oracle Database 11g software.The application workload on your database is known to be stable between 10:00 PM and midnight every night, but the performance on a particular Thursday was poor between 10:00 PM and 11:00 PM. Which tool would you consider using first to diagnose the cause of the performance degradation?
A. Database ReplayNowadays, 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.