Weekend Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: suredis

Oracle 1z0-084 Oracle Database 19c Performance and Tuning Management Exam Practice Test

Page: 1 / 6
Total 55 questions

Oracle Database 19c Performance and Tuning Management Questions and Answers

Testing Engine

  • Product Type: Testing Engine
$42  $119.99

PDF Study Guide

  • Product Type: PDF Study Guide
$36.75  $104.99
Question 1

You must configure and enable Database Smart Flash Cache for a database.

You configure these flash devices:

Examine these parameter settings:

What must be configured so that the database uses these devices for the Database Smart Flash Cache?

Options:

A.

Set DB_FLASH_CACHE_SIZE to 192G and MEMORY_TARGET to 256G.

B.

Set DB_FLASH_CACHE_SIZE parameter to 192G.

C.

Disable Automatic Memory Management and set SGA_TARGET to 256G.

D.

Set DB_FLASH_CACHE_SIZE to 256G and change device /dev/sdk to 128G.

E.

Set DB_FLASH_CACHE_SIZE parameter to 128G, 64G.

Question 2

This error occurred more than four hours ago in the database:

ORA-04036 PGA memory used by theinstance exceedsPGA_AGGREGATE_LIMIT

You want to know which process and query were at fault.

Which two views should you use for this purpose?

Options:

A.

DBA_HIST_ACTIVE_SESS_HISTORY

B.

DBA_HIST_SQLSTAT

C.

DBA_HIST_SQLTEXT

D.

DBA_HIST_PGASTAT

E.

DBA_HIST_PROCESS_MEM_SUMMARY

Question 3

Examine this command:

What is the maximum number of baselines generated by this command that you can have at any given time?

Options:

A.

1

B.

3

C.

52

D.

5

Question 4

Which three statements are true about tuning dimensions and details of v$sys_time_model and DB time?

Options:

A.

Statspack cannot account for high CPU time when CPU TIME is a Top 10 event in DB time. When CPU time is high, SQL tuning may improve performance.

B.

Systems in which CPU time is dominant need more tuning that those in which WAIT TIME is dominant.

C.

The proportion of WAIT TIME to CPU TIME always increases with increased system load.

D.

When WAIT TIME is high, instance tuning may improve performance.

E.

Parse Time Elapsed accounts for successful soft and hard parse operations only.

F.

DB Time accounts for all time used by background processes and user sessions.

Question 5

Which three statements are true about server-generated alerts?

Options:

A.

They are notifications from the Oracle Database Server of an existing or impending problem.

B.

They provide notifications but never any suggestions for correcting the identified problems.

C.

They are logged in the alert log.

D.

They can be viewed only from the Cloud Control Database home page.

E.

Their threshold settings can be modified by using DBMS_SERVER_ALERT.

F.

They may contain suggestions for correcting the identified problems.

Question 6

What is the right time to stop tuning an Oracle database?

Options:

A.

When the allocated budget for performance tuning has been exhausted

B.

When all the concurrency waits are eliminated from the Top 10

C.

When the buffer cache and library cache hit ratio is above 95%

D.

When the I/O is less than 10% of the DB time

Question 7

You manage a 19c database with default optimizer settings.

This statement is used extensively as subquery in the application queries:

SELECT city_id FROM sh2.sales WHERE city_id=:Bl

You notice the performance of these queries is often poor and, therefore, execute:

SELECT city_id,COUNT(*) FROM sh2.sales GROUP BY city_id;

Examine the results:

There is no index on the CITY_ID column.

Which two options improve the performance?

Options:

A.

Generate frequency histograms on the CITY__ID column.

B.

Create an index on the CITY IP column.

C.

Use a SQL Profile to enforce the appropriate plan.

D.

Force the subquery to use dynamic sampling.

E.

Activate the adaptive plans.

Question 8

Which two statements are true about the use and monitoring of Buffer Cache Hit ratios and their value in tuning Database I/O performance?

Options:

A.

The performance of workloads that primarily generate full table scans and fast full index scans are always affected by the cache hit ratio.

B.

A 99% cache hit ratio can be observed for database instances which have very poor I/O performance.

C.

The buffer cache advisory view v$db_cache_advice provides advice on cache hit ratios appropriate for the instance workload.

D.

Both the RECYCLE and KEEP buffer caches should always have a very high cache hit ratio.

E.

A 60% cache hit ratio can be observed for database instances which have very good I/O performance.

Question 9

Which application lifecycle phase could be managed reactively?

Options:

A.

Design and development

B.

Upgrade or migration

C.

Testing

D.

Production

E.

Deployment

Question 10

Examine this statement and output:

Which three statements are true?

Options:

A.

Both 9822 and 8779 sessions are waiting for operating system resources.

B.

Session 8779 may be waiting due to a network problem.

C.

Session 9857 waited 1354 seconds for another process, which was also waiting for a transaction to end.

D.

Session 9857 is not waiting.

E.

Session 8779 may be waiting for a user or application response.

F.

Session 9822 will always stop waiting if the session that owns the TX enqueue issues a COMMIT statement as session 9822 is the first session in the transaction queue.

Question 11

Examine this code block, which executes successfully:

DBMS_SERVER_ALERT. SET_THRESHOLD (

DBMS_SERVER_ALERT.CPU_TIME_PER_CALL, DBMS_SERVER_ALERT. OPERATOR_GE, '8000',

DBMS_SERVER_ALERT.OPERATOR_GE, '10000', 1, 2, 'inst1',

DBMS_SERVER_ALERT.OBJECT_TYPE_SERVICE, 'main.regress.rdbms.dev.us.example.com') ;

What will happen?

Options:

A.

A warning alert will be issued when CPU time exceeds 1 minute for each user call.

B.

A critical alert will be issued when CPU time exceeds 10000 microseconds for each user call.

C.

A warning alert will be issued only when CPU time exceeds 10000 microseconds for each user call.

D.

A critical alert will be issued when CPU time exceeds 2 minutes for each user call.

Question 12

For which two actions can SQL Performance Analyzer be used to assess the impact of changes to SQL

performance?

Options:

A.

storage, network, and interconnect changes

B.

operating system upgrades

C.

changes to database initialization parameters

D.

database consolidation for pluggable databases (PDBs)

E.

operating system and hardware migrations

Question 13

During which application lifecycle phase do you take baselines?

Options:

A.

Testing

B.

Migration or upgrade

C.

Design and development

D.

Deployment

E.

Production

Question 14

You need to transport performance data from a Standard Edition to an Enterprise Edition database. What is the recommended method to do this?

Options:

A.

Export the data by using expdp from Statspack and import it by using $ORACLE_HOME/rdbms/admin/awrload into the AWRrepository.

B.

Export the data by using expdp from the ftatspack repository and import it by using impdp into the AWR repository.

C.

Export the data by using the expdp utility and parameter file spuexp.par from the Statspack repository and import it by using impdp into Export the data by using expdp from

the Statspack repository and import it by using impdp into the AWR repository.

D.

Export the data by using the exp utility and parameter file spuexp.par from the Statspack repository and import it by using imp into a dedicated Statspack schema on the destination.

Question 15

Which two options are part of a Soft Parse operation?

Options:

A.

Syntax Check

B.

SQL Row Source Generation

C.

SQL Optimization

D.

Shared Pool Memory Allocation

E.

Semantic Check

Question 16

18. The application provider has given full indications regarding the procedure to collect statistics.

To reduce the space used in the SYSAUX tablespace, you want to prevent the optimizer statistics Advisor from running.

Which method will allow you to do this?

Options:

A.

Set the parameter OPTIMIZER_ADAPTIVE_STATISTICS to FALSE.

B.

Use DBMS_AUTO_TASK_ADMIN. DISABLE to disable the AUTO_STATS_ADVISOR_TASK task.

C.

Set the AUTO_STATS_ADVISOR_TASK global statistics preference to FALSE.

D.

Use DBMS STATS.DROP ADVISOR TASK to drop the AUTO_STATS_ADVISOR_TASK task.

Page: 1 / 6
Total 55 questions