Download Oracle Database 12c: Performance Management and Tuning.1z0-064.CertKiller.2020-01-16.71q.vcex

Vendor: Oracle
Exam Code: 1z0-064
Exam Name: Oracle Database 12c: Performance Management and Tuning
Date: Jan 16, 2020
File Size: 3 MB

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

Purchase
Coupon: EXAM_HUB

Discount: 20%

Demo Questions

Question 1
Examine the partial TKPROF output for an SQL statement:
  
Which two inferences can definitely be made from this output? (Choose two.)
  1. Array fetch operations were not performed for this query.
  2. No hard parse was performed for this query.
  3. The number of logical I/Os is almost equal to the number of physical I/Os.
  4. Another transaction held a shared lock on the table, thereby causing a significant delay.
  5. An uncommitted transaction made a series of updates to the NAME_ID column just before the execution of this query.
Correct answer: BD
Question 2
Which two actions can reduce library cache latch contention for an OLTP application that repeatedly executes queries containing a mix of literals and bind variables? (Choose two.)
  1. setting the OPEN_CURSORS parameter to hold a sufficient number of concurrently open cursors
  2. coding the application such that a frequently executed statement is parsed only once and executed repeatedly as required
  3. setting the CURSOR_SHARING parameter to EXACT
  4. avoiding the granting of privileges on objects associated with cursors during peak load
  5. enabling Automatic Memory Management and allocating at least 50% of the available memory for SHARED_POOL_SIZE
  6. configuring shared server connections
Correct answer: CE
Explanation:
References:
References:
Question 3
You want to generate statistics for new objects added to an OLTP application without affecting old statistics and the sessions that currently use them. 
Which two tasks would you perform to test the new statistics? (Choose two.)
  1. Set the OPTIMIZER_USE_PENDING_STATISTICS initialization parameter to TRUE for the session.
  2. Set the STALE_PERCENT statistics preference to zero and then gather statistics.
  3. Set the PUBLISH statistics preference to FALSE and then gather statistics.
  4. Use the DBMS_STATS.PUBLISH_PENDING_STATS procedure to make pending statistics the current statistics.
  5. Set the NO_INVALIDATE statistics preference to FALSE and gather statistics without affecting old statistics.
Correct answer: AB
Question 4
You plan to upgrade your production database from Oracle Database 11g to 12c. As part of the upgrade, you want to introduce new indexes and materialized views. You have already created a test system with Oracle Database 12c, having the same structure and data as the production database, along with new schema objects to be added to the production database. 
You want to identify regressed SQL statements, if any, which may have been caused by schema changes and the change in the optimizer version. 
Which two methods would you use to achieve this? (Choose two.)
  1. Create an SQL Tuning Set (STS) for the SQL statements on the production database and submit as input to the SQL Tuning Advisor on the test database.
  2. Create an STS for the SQL statements on the production database and submit as input to the SQL Performance Analyzer with the OPTIMIZER_FEATURES_ENABLE parameter first set to 11.2.0.1, and then to 12.1.0.1on the test database.
  3. Generate an Automatic Workload Repository (AWR) compare periods report with snapshots taken before and after schema changes on the test database.
  4. Capture the production database workload, replay it on the test system by using Database Replay, and analyze by using the workload replay compare period report.
  5. Create an STS for the SQL statements on the production database and submit as input to the SQL Access Advisor on the test database.
  6. Create an STS for the SQL statements on the production database before and after changes and submit as input to the SQL Performance Analyzer on the test database.
Correct answer: AD
Question 5
You recently joined a new team administering a database. 
You notice that full table scans are performing poorly compared with full table scans on the databases you administered in a previous job. 
You decide that performance problems are caused by a misconfiguration of factors affecting full table scans. 
Which three factors should you investigate to determine the cause of the poorly performing Full Table Scans (FTS)? (Choose three.)
  1. value of DB_FILE_MULTIBLOCK_READ_COUNT
  2. storing query results in the result cache
  3. setting of the DISK_ASYNC_IO parameter to TRUE
  4. setting of the OPTIMIZER_MODE parameter to ALL_ROWS
  5. use of parallel queries
  6. block size of the tablespaces in which the tables being scanned are stored
  7. value of the OPTIMIZER_DYNAMIC_SAMPLING parameter
Correct answer: ABC
Question 6
Examine the Time Model Statistics section of an AWR report:
  
Which two inferences can be definitely derived from this section? (Choose two.)
  1. The available CPU resources were not utilized to their maximum capacity.
  2. All sequence numbers used during this AWR time interval were cached.
  3. A large number of connected user sessions were idle.
  4. New child cursors were created because of new bind values or usage of literal values as well as different bind types or sizes.
  5. The DB CPU time was not spent exclusively for processing SQL statements.
Correct answer: DE
Question 7
Examine the partial TOP 10 Foreground Events by Total Wait Time section of an AWR report:
  
What should you examine to diagnose the cause of the top three wait events? (Choose the best answer.)
  1. the V$ACTIVE_SESSION_HISTORY view
  2. the Time Model Statistics section of the AWR report
  3. the SQL statements based on elapsed time from the AWR report
  4. the Latch Activity section
  5. the Segment Statistics section of the AWR report
Correct answer: B
Question 8
Examine the partial AWR report taken for a time period of 60 minutes:
  
Which two inferences can you draw from this report? (Choose two.)
  1. The database user calls are issuing frequent explicit commits.
  2. The CPUs are busy executing server processes and background processes for a considerable amount of CPU time.
  3. The database user calls are spending most of their time in I/O for single block reads.
  4. The database user calls are spending most of their time waiting for sessions that are in more important consumer groups.
Correct answer: BC
Question 9
For your database some users complain about not being able to execute transactions. Upon investigation, you find that the problem is caused by some users performing long-running transactions that consume huge amounts of space in the UNDO tablespace. 
You want to control the usage of the UNDO tablespace only for these user sessions. 
How would you avoid the issue from repeating in future? (Choose the best answer.)
  1. Create a profile for the users with the LOGICAL_READS_PER_SESSION and LOGICAL_READS_PER_CALL limits defined.
  2. Create external roles to restrict the usage of the UNDO tablespace and assign them to the users.
  3. Set the threshold for UNDO tablespace usage for the users.
  4. Implement a Database Resource Manager plan by mapping the users to a resource consumer group with limits defined for UNDO tablespace usage.
Correct answer: D
Question 10
You are administering a database that supports an OLTP workload. Users complain about the degraded response time of a query. You want to gather new statistics for objects accessed by the query and test query performance with the new statistics without affecting other sessions connected to the instance. 
The STALE_PERCENT statistic preference is set to a default value and the STATISTICS_LEVEL parameter is set to TYPICAL. 
Which two actions would you take to accomplish the task? (Choose two.)
  1. Set the STALE_PERCENT statistic preference to a higher value than the default, and then gather statistics.
  2. Set the STATISTICS_LEVEL parameter to ALL for the instance.
  3. Set the INCREMENTAL preference to TRUE, and then gather statistics.
  4. Set the OPTIMIZER_USE_PENDING_STATISTICS parameter to TRUE for the session in which you want to test the query.
  5. Set the PUBLISH statistic preference to FALSE, and then gather statistics.
  6. Set the NO_INVALIDATE statistic preference to TRUE, and then gather statistics.
Correct answer: BE
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX AND EXAM FILES

Use ProfExam Simulator to open VCEX and EXAM files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!