Ee PDF V2019-May-17 by Theobald 40q Vce
Ee PDF V2019-May-17 by Theobald 40q Vce
Ee PDF V2019-May-17 by Theobald 40q Vce
https://www.2passeasy.com/dumps/1Z0-064/
NEW QUESTION 1
You have been asked to use table compression for two large tables. Given are the details of the tables:
The TRANS_DET table:
? The table is used by an OLTP application.
? High volume insert and update operations are performed on the table.
? The table is frequently queried using index range scans.
The TRANS_HISTORY table:
? The table is used by a DSS application.
? High volume bulk loads are performed on the table.
? The table is used to store archival data on which large table full-table scans (FTS) are performed.
Which row store compression would you recommend for these tables with minimal overhead on performance? (Choose the best answer.)
Answer: A
NEW QUESTION 2
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.)
Answer: AB
NEW QUESTION 3
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.)
Answer: B
NEW QUESTION 4
Which two are prerequisites for running the I/O calibration tool? (Choose two.)
Answer: CD
NEW QUESTION 5
Your database supports a mixed workload. In an application, multiple complex queries with functions and expressions are executing. You want to analyze the
queries that are currently cached in the library cache to receive recommendations about the usage of indexes and materialized views.
What should you do to achieve this? (Choose the best answer.)
A. Create an STS for the queries cached in the library cache and submit it as an input to SQL Tuning Advisor.
B. Create an STS for the queries cached in the library cache and submit it as an input to SQL Access Advisor.
C. Capture the workload in an STS and submit to SQL Tuning Advisor for recommendations.
D. Create an STS for the queries cached in the library cache and submit it as an input to SQL Performance Analyzer.
Answer: D
NEW QUESTION 6
Which two statements are true about viewing the details of Real-Time Database Operations? (Choose two.)
A. In V$SQL_MONITOR monitoring, statistics are cumulative over several executions of the SQL statement that is being monitored in a session.
B. SQL Developer can be used to view running database operations.
C. Oracle Enterprise Manager Database Express can be used to view running database operations.
D. When the SQL statement that is being monitored is executing, V$SQL_MONITOR is refreshed once every minut
E. After the execution ends, the monitoring information in V$SQL_MONITOR is deleted immediately.
F. Oracle Enterprise Manager Cloud Control can be used to view running database operations.
Answer: AD
NEW QUESTION 7
In the CUSTOMERS table, the values in the CUST_STATE column are dependent on the values in the COUNTRY_ID column. You want to make the optimizer
aware of this dependency when these columns are used together in WHERE clause predicates that contain equalities or in-lists.
Which two methods achieve this? (Choose two.)
A. gathering statistics on the CUSTOMERS table and its dependent objects, and then locking the statistics
B. using SQL plan directives to generate an optimal plan
C. setting the dynamic statistics level to 4 and setting the OPTIMIZER_USE_PENDING_STATISTICS initialization parameter to true
D. creating column group statistics, regathering statistics, and ensuring that histograms exist on both these columns
Answer: AD
NEW QUESTION 8
You want to capture the performance of your database during the last ten days of the first quarter of the current financial year, so that you can compare this
performance against the remaining quarter ends of the current financial year.
Which method should you use? (Choose the best answer.)
A. Create a static baseline that can be used with AWR compare reports.
B. Create a new moving window baseline and enable adaptive thresholds for relevant metrics.
C. Use a repeating baseline template to create and drop baselines based on a repeating time schedule and set adaptive thresholds at a high significance level.
D. Use fixed baseline templates to create a new moving window baseline and set relevant warning alerts that are computed as a percentage multiple of the
maximum value observed for the data in the moving window baseline.
Answer: D
NEW QUESTION 9
You are administering a database that supports a mixed workload. The CURSOR_SHARING parameter is set to the default value. While analyzing the latest
Automatic Workload Repository (AWR) report, you find a large number of cursor: pin S wait on X, cursor: pin X wait on S, and library cache mutex waits in the Top
10 foreground events section. Examine the Instance Efficiency Percentages section in the AWR report:
A. Sessions are waiting for mutexes in share mode on cursors but other sessions areholding the mutexes in exclusive mode.
B. The CPU is spending more time in finding cursors in the library cache.
C. Cursors are not getting shared, resulting in a large number of hard parses.
D. Sessions are waiting for mutexes in exclusive mode on cursors but other sessions are holding the mutexes in share mode.
E. The buffers required by queries are not found in the buffer cache, thereby increasing expensive disk I/O.
Answer: BDE
NEW QUESTION 10
You plan to upgrade your production database from Oracle Database 11g to 12c and also to introduce new objects to the database. You also want to upgrade the
hardware. You have already created a test system with the upgrades to be made to the production database. As part of the testing, you want to:
? analyze and compare the overall database workload with concurrency and transaction characteristics
? find SQL statements that might get regressed because of the upgrade
? analyze execution plans for SQL statements for which performance might get regressed
? analyze the impact of new schema objects on database performance
Which two tools would you recommend to achieve the objective? (Choose two.)
A. Database Replay
B. SQL Tuning Advisor
C. SQL Access Advisor
Answer: BE
NEW QUESTION 10
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.)
A. value of DB_FILE_MULTIBLOCK_READ_COUNT
B. storing query results in the result cache
C. setting of the DISK_ASYNC_IO parameter to TRUE
D. setting of the OPTIMIZER_MODE parameter to ALL_ROWS
E. use of parallel queries
F. block size of the tablespaces in which the tables being scanned are stored
G. value of the OPTIMIZER_DYNAMIC_SAMPLING parameter
Answer: ABC
NEW QUESTION 11
Examine an extract from a PGA Memory Advisory for your database:
Answer: BD
NEW QUESTION 16
Examine the parameters set for your database instance:
You are asked by a developer to create a table for an application with these requirements:
? The table will be used for a DSS application.
? High volume bulk loads will be performed.
? The table will be used to store archival data on which large full-table scans (FTS) will be performed.
Which attributes are the best for the tablespace in which this table should be created? (Choose the best answer.)
A. Create it in a locally managed tablespace with ASSM enabled and assign a high value for the PCTFREE attribute.
B. Create it in a locally managed tablespace with manual segment space management.
C. Create it in a locally managed tablespace with a bigger nonstandard block size and ASSM enabled.
D. Create it in locally managed tablespace with ASSM enabled and an additional freelist.
Answer: C
NEW QUESTION 21
Examine the parameters set for your database instance:
You upgrade your database to Oracle Database 12c. The database supports a mixed workload and works with different workloads at different times. You notice in
an ADDM report that the shared pool is inadequately sized. You resize the shared pool by decreasing the sizes of other pools, which results in inadequate sizes for
other pools. You want to automate the sizing of SGA components.
Which two actions should you perform? (Choose two.)
Answer: AE
NEW QUESTION 26
Which two statements are true about server-generated alerts? (Choose two.)
Answer: DE
NEW QUESTION 30
You define the warning threshold for the tablespace usage metric for the USERS tablespace to be 60% and the critical threshold to be 80%.
Which two sources should you check for the alert information when either the warning or the critical threshold is exceeded? (Choose two.)
Answer: AF
NEW QUESTION 34
You execute this query twice in a session:
Then you query V$SQL_SHARED_CURSOR for details about child cursors as shown.
Answer: BC
NEW QUESTION 36
Your database supports an online transaction processing (OLTP) workload. The database uses ASM storage. One of the ASM disks goes offline because of
hardware failure. When the disk is replaced and then added back to the diskgroup, database performance is affected by rebalance operations.
Which two actions would you recommend to lower the impact of rebalance operations on the performance of the database? (Choose two.)
Answer: BD
NEW QUESTION 38
Which two statements are true about Active Session History (ASH)? (Choose two.)
A. The Data Sample size available in an ASH report is dynamic and, at any given moment, is directly related to the amount of work being performed.
B. ASH contains sampled data from all sessions that are connected to a database instance at any given moment.
C. ASH samples data from V$SESSION every second.
D. An ASH report can be used to identify the service that may be the cause of a transient performance problem.
Answer: AD
NEW QUESTION 41
Examine the parameters set for your database instance:
You notice that for one particular SQL statement, the optimizer generates a new better plan than the plans in the SQL Plan Management Base.
Which action is taken by the optimizer? (Choose the best answer.)
Answer: B
NEW QUESTION 43
Examine the Time Model Statistics section of an AWR report:
Which two inferences can be definitely derived from this section? (Choose two.)
A. The available CPU resources were not utilized to their maximum capacity.
B. All sequence numbers used during this AWR time interval were cached.
C. A large number of connected user sessions were idle.
D. New child cursors were created because of new bind values or usage of literal values as well as different bind types or sizes.
E. The DB CPU time was not spent exclusively for processing SQL statements.
Answer: DE
NEW QUESTION 44
You observe that queries are performing poorly on the SALES_RECORDS table in your database. On investigation, you find that at the end of each day the
contents of the SALES_RECORDS table are moved to the SALES_HISTORY table. The delete operations cause the table to be sparsely populated.
The SALES_RECORDS table is created in a tablespace using Automatic Segment Space Management (ASSM) and row movement is enabled. The table must be
accessible 24x7.
Which two tasks would you recommend to improve the performance? (Choose two.)
Answer: BD
NEW QUESTION 49
Which two statements are true about Compare Period ADDM? (Choose two.)
Answer: CD
NEW QUESTION 50
Identify two effects of the DB_FILE_MULTIBLOCK_READ_COUNT parameter on the optimizer. (Choose two.)
A. Decreasing the value of DB_FILE_MULTIBLOCK_READ_COUNT from the default increases the cost of index probes for DSS workloads.
B. A full table scan can become cheaper than index scans if the database instance has a high enough DB_FILE MULTIBLOCK_READ_COUNT for both OLTP and
DSS workloads.
C. Increasing the value of DB_FILE_MULTIBLOCK_READ_COUNT within OS limits lowers the costing of an index probe that is done in conjunction with a nested
loop for OLTP workloads.
D. In DSS workloads where full table scans may run in parallel and bypass the buffer cache, decreasing the value of DB_FILE_MULTIBLOCK_READ_COUNT
from the default increases the cost of full table scans.
E. Increasing the value of DB_FILE_MULTIBLOCK_READ_COUNT within OS limits lowers the cost of full table scans and can result in the optimizer choosing a
full table scan over an index scan for both OLTP and DSS workloads.
Answer: BE
NEW QUESTION 53
Examine the partial Activity Over Time section of an Active Session History (ASH) report:
A. In the first time slot, five different sampled sessions were connected to the database instance.
B. In the second time slot, out of the nine sampled sessions connected to the database instance, only one sampled session was idle at the time of report
generation.
C. In the first time slot, only one sampled session was using the CPU.
D. In the second time slot, five different sampled sessions were using the CPU.
E. In the second time slot, 0.14% of the time was spent on the CPU.
Answer: AE
NEW QUESTION 58
Examine the command to change a parameter value from the default to 50: SQL> ALTER SYSTEM SET OPTIMIZER_INDEX_COST_ADJ = 50;
What is the effect of changing the value of the parameter? (Choose the best answer.)
A. It influences the optimizer to use full table scans instead of index scans as the estimated cost of full table scan is reduced.
B. It influences the optimizer to use bitmap indexes as the estimated cost of conversion from bitmap to rowid is reduced.
C. It influences the optimizer to always use fast full index scans as the estimated cost of using an index is reduced.
D. It influences the optimizer to use indexes instead of full table scans as the estimated cost of using an index is reduced.
Answer: A
NEW QUESTION 60
In which three situations does DB time always increase? (Choose three.)
Answer: ABC
NEW QUESTION 63
Your database supports multiple applications. The applications run on the middle tier and use connection pooling for connecting to the database.
You notice that the sessions created by the applications are competing for resources. You want to statistically measure the workload and set priorities.
What action must you perform to achieve this? (Choose the best answer.)
A. Create services for the applications and set a relative priority by assigning them to application users and using the
DBMS_MONITOR.SERV_MOD_ACT_TRACE_ENABLE procedure to trace the services.
B. Create services for the applications and set a relative priority by assigning them to application users and using the
DBMS_MONITOR.SESSION_TRACE_ENABLE procedure to trace the services.
C. Create services for the applications and set the relative priority of services within an instance by mapping the services directly to consumer groups.
D. Create services for the applications and set a relative priority by assigning them to application users.
Answer: A
NEW QUESTION 65
Examine the parameters set for a database instance:
An application performs a large number of identical queries on small lookup tables very frequently. Users complain about the slow response time of queries on
these tables. On investigation, you notice that buffers are getting aged out of the buffer cache. To mitigate the issue, you increase the value of the
SGA_MAX_SIZE and SGA_TARGET parameters, but after some time, you notice the same issue again.
Which two would you recommend as long-term solutions for this issue? (Choose two.)
Answer: AB
NEW QUESTION 70
For which three problem categories does Automatic Database Diagnostic Monitor (ADDM) provide analysis and recommendations by default? (Choose three.)
Answer: BCD
NEW QUESTION 71
Your database supports an OLTP system.
Examine the parameter values configured in your database:
sga_max_size = 480M sga_target = 480M pga_aggregate_target = 160M
The CUSTOMERS table contains 8,000 rows. The CUST_ID column is the primary key and the COUNTRY_ID column contains only three possible values: 1111,
2222, and 3333.
You execute the commands:
SQL> EXECUTE DBMS_STATS.GATHER_TABLE_STATS(‘SH’,‘CUSTOMERS’);
PL/SQL procedure successfully completed.
SQL> CREATE INDEX COUNTRY_IDX ON CUSTOMERS (COUNTRY_ID);
Index created.
You then perform a series of INSERT, UPDATE, and DELETE operations on the table. View the Exhibit to examine the query and its execution plan.
Which two options can improve the performance of the query without significantly slowing down the DML operations? (Choose two.)
Answer: AD
NEW QUESTION 75
Which two actions should you take to monitor the throughput generated by the modules of an application? (Choose two.)
Answer: BE
NEW QUESTION 79
You are administering a database that supports multiple applications, which make dedicated connections to the database instance by using different services.
You execute the command to enable tracing of the ORCL1 service:
A. A single trace file is generated for all sessions mapped to the ORCL1 service.
B. SQL trace is enabled for all modules and actions for sessions mapped to the ORCL1 service.
C. An SQL trace file is generated for each session that maps to the ORCL1 service.
D. An SQL trace file is generated for each of the modules using the ORCL1 service.
E. SQL trace is not enabled for the service because a module name is not specified.
Answer: AC
NEW QUESTION 83
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.)
A. setting the OPEN_CURSORS parameter to hold a sufficient number of concurrently open cursors
B. coding the application such that a frequently executed statement is parsed only onceand executed repeatedly as required
C. setting the CURSOR_SHARING parameter to EXACT
D. avoiding the granting of privileges on objects associated with cursors during peak load
E. enabling Automatic Memory Management and allocating at least 50% of the available memory for SHARED_POOL_SIZE
F. configuring shared server connections
Answer: BE
NEW QUESTION 84
Which two statements are true about ADDM or Real-Time ADDM? (Choose two.)
A. ADDM can be run manually by selecting any range of AWR snapshots available within the AWR retention period, provided they do not cover a time period when
the instances were restarted.
B. ADDM runs in Partial mode to analyze any hung database issues.
C. Real-Time ADDM can proactively detect and diagnose transient performance issues that last for a few seconds.
D. Real-Time ADDM is automatically invoked by ADDM at the end of every hour.
Answer: AC
NEW QUESTION 85
......
Visit Our Site to Purchase the Full Set of Actual 1Z0-064 Exam Questions With Answers.
We Also Provide Practice Exam Software That Simulates Real Exam Environment And Has Many Self-Assessment Features. Order the
1Z0-064 Product From:
https://www.2passeasy.com/dumps/1Z0-064/
* 1Z0-064 Most Realistic Questions that Guarantee you a Pass on Your FirstTry
* 1Z0-064 Practice Test Questions in Multiple Choice Formats and Updatesfor 1 Year