Labour Day Special Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

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

Question 1

A database supporting a mixed workload is hosted on a server with 64 CPUs.

A large number of free buffer waits and buffer busy waits occur affecting performance.

The buffer cache size was then increased but after a few hours, the same wait events occur more often than before the change.

Examine these parameter settings:

Question # 1

Which two actions can help reduce the number of these waits7

Options:

A.

increasing the value of DB_FILE_MULTIBLOCK_READ_COUNT to 128

B.

Increasing the size of MEMORYTARGET

C.

setting dbwr_io_slaves to 64

D.

increasing the value of DBWRITERPROCESSES to 64,

E.

reducing the values of DB_FILE_MULTILOCK_READ_COUNT to 64

Question 2

Which two statements are true about session wait information contained in v$session or v$session_wait?

Options:

A.

Rows for sessions displaying WAITED UNKNOWN TIME in the STATE column indicate that the session is still waiting.

B.

Rows for sessions that are currently waiting have a wait time of 0.

C.

Rows for sessions that are not waiting might contain the actual wait time for the last event for which they waited.

D.

Rows for sessions that are currently waiting have their wait time incremented every microsecond.

E.

Rows for sessions that are not waiting always contain the total wait time since the session started.

Question 3

You need to collect and aggregate statistics for the ACCTG service and PAYROLL module, and execute:

Question # 3

Where do you find the output of this command?

Options:

A.

By viewing V$SERV_MOD_ACT_STATS

B.

In $ORACLE_BASE/diag/rdbms///trace

C.

By viewing V$SERVICE_STATS

D.

In the current working directory

Question 4

Database performance has degraded recently.

index range scan operations on index ix_sales_time_id are slower due to an increase in buffer gets on sales table blocks.

Examine these attributes displayed by querying DBA_TABLES:

Question # 4

Now, examine these attributes displayed by querying DBA_INDEXES:

Question # 4

Which action will reduce the excessive buffer gets?

Options:

A.

Re-create the SALES table sorted in order of index IX_SALES_TIME_ID.

B.

Re-create index IX_SALES_TIME_ID using ADVANCED COMPRESSION.

C.

Re-create the SALES table using the columns in IX_SALES_TIME_ID as the hash partitioning key.

D.

Partition index IX_SALES_TIME_ID using hash partitioning.

Question 5

You must produce a consolidated formatted trace file by combining all trace files generated by all clients for a single service.

Which combination of utilities does this?

Options:

A.

Trace Analyzer and Tracsess

B.

Trcsess and TKPROF

C.

Autotrace and TKPROF

D.

TKPROF and Trace Analyzer

Question 6

Which two types of performance problems are reported by ADDM for PDBS?

Options:

A.

I/O capacity limits

B.

Excessive checkpoint writes

C.

SGA sizing issues

D.

Top SQL statements

E.

User I/O waits

Question 7

Examine these commands, which execute successfully:

Question # 7

Which statement is true?

Options:

A.

AD DM is enabled for all pluggable databases.

B.

ADDM, AWR, and ASH reports can be purged automatically.

C.

AWR- snapshots in all pluggable databases will be purgedautomatically after every 60 mins.

D.

AWR snapshots can be purged manually in pluggable databases.

Question 8

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.

Question 9

Examine this statement and output:

Question # 9

Which two situations can trigger this error?

Options:

A.

The user lacks the required privileges to execute the DBMS WORKLOAD CAPTURE package or the directory.

B.

There is a file in the capture directory.

C.

The syntax is incomplete.

D.

The capture directory is part of the root file system.

E.

The instance is unable to access the capture directory.

Question 10

Buffer cache access is too frequent when querying the SALES table. Examine this command which executes successfully:

ALTER TABLE SALES SHRINK SPACE;

For which access method does query performance on sales improve?

Options:

A.

db file scattered read

B.

db file sequential read

C.

index full scan

D.

index range scan

Question 11

Examine this statement and output:

Question # 11

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 12

SGA_TARGET and PGA_AGGREGATE_TARGET are configured to nonzero values.

MEMORY_target is then set to a nonzero value but memory_MAX_TARG£T is not set.

Which two statements are true?

A)

Question # 12

B)

Question # 12

C)

Question # 12

D)

Question # 12

E)

Question # 12

F)

Question # 12

G)

Question # 12

Options:

A.

Option

B.

Option

C.

Option

D.

Option

E.

Option

F.

Option

G.

Option

Question 13

Accessing the SALES tables causes excessive db file sequential read wait events.

Examine this AWR except:

Question # 13

Now, examine these attributes displayed by querying dba_tables:

Question # 13

Finally, examine these parameter settings:

Question # 13

Which two must both be used to reduce these excessive waits?

Options:

A.

Partition the SALES table.

B.

Increase PCTFREE for the SALES table.

C.

Re-create the SALES table.

D.

Compress the SALES table.

E.

Coalesce all sales table indexes.

Question 14

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 15

Which three statements are true about using the in Memory (IM) column store?

Options:

A.

It does not improve performance for queries using cached results of function evaluations on columns from the same table.

B.

It does not improve performance for queries that use join groups on columns from different tables.

C.

It can improve OLTP workload performance by avoiding the use of indexes.

D.

It does not improve performance for queries using user-defined virtual column results.

E.

It does not require all database data to fit in memory to improve query performance.

F.

It improves performance for queries joining several tables using bloom filter joins.

Question 16

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.

Page: 1 / 6
Total 55 questions