Labour Day Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: netbudy65

1z0-084 Oracle Database 19c Performance and Tuning Management Questions and Answers

Questions 4

Which two statements are true about Data Pump import for objects that used the in Memory (IM) column store in their source database?

Options:

A.

It always gives preference to the IM column store clause defined at the tablespace level over table-level definitions.

B.

It must always transports existing INMEMORY attributes.

C.

Its INMEM0RY_CLAUSE of the Data Pump Export allows modifications to IM column store clause of a table with existing INMEMORY setting.

D.

Its TRANSFORM clause can be used to add the INMEMORV clause to exported tables that lack them.

E.

It ignores the IM column store clause of the exporting objects.

F.

It can generates the INMEMORY clause that matches the table settings at export time.

Buy Now
Questions 5

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.

Buy Now
Questions 6

A Standard Edition production database has performance problems for two hours on the same day each week.

Which tool must you use to diagnose the problem?

Options:

A.

SQL Performance Analyzer

B.

AWR Compare Periods report

C.

Database Replay

D.

Statspack report

Buy Now
Questions 7

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.

Buy Now
Questions 8

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

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

Buy Now
Questions 9

Which two statements are true about cursor sharing?

Options:

A.

Setting Cursor_sharing to FORCE can result in a plan that is suboptimal for the majority of

values bound to a bind variable when executing a cursor with one or more bind variables.

B.

Adaptive Cursor Sharing guarantees that a suboptimal plan will never be used on any execution of a SQL statement.

C.

Setting optimizer_capture_sql_plan_baselines to TRUE loads all adaptive plans for the same statement into the cursor cache.

D.

Setting cursor_sharing to EXACT prevents Adaptive Cursor Sharing from being used.

E.

Adaptive Cursor Sharing requires histograms on filtered columns, used in equality predicates, to allow different execution plans to be generated for statements whose bound values would normally generate different plans at hard parse time.

Buy Now
Questions 10

Which three types of statistics are captured by statspack with snap level 6?

Options:

A.

Parent and child latches

B.

Parent and child latches

C.

Optimizer execution plans

D.

Plan usage data

E.

Enqueue statistics

F.

Segment-level statistics

Buy Now
Questions 11

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)

B)

C)

D)

E)

F)

G)

Options:

A.

Option

B.

Option

C.

Option

D.

Option

E.

Option

F.

Option

G.

Option

Buy Now
Questions 12

A database instance is suffering poor I/O performance on two frequently accessed large tables.

No Big Table caching occurs in the database.

Examine these parameter settings:

Which are two actions either one of which will allow Big Table caching to occur?

Options:

A.

Increasing DB_BIG_TABLE_CACHE_PERCENT_TARGET to at least 50

B.

Setting DB_KEEP_CACHE_SIZE to at least 50M

C.

Increasing DB_BIG_TABLE_CACHE_PERCENT_TARGET to at least 25

D.

Increasing DB_CACHESIZE to 1 G

E.

Setting PARALLEL_DEGREE_POLICYADAPTIVE

F.

Setting PARALLEL_DEGREE_POLICYAUTO

Buy Now
Questions 13

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

Buy Now
Questions 14

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:

Now, examine these attributes displayed by querying DBA_INDEXES:

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.

Buy Now
Questions 15

You use SQL Tuning Advisor to tune a given SQL statement.

The analysis eventually results in the implementation of a SQL Profile.

You then generate the new SQL Profile plan and enforce it using a SQL PlanBaselinebut forget to disable the SQLProfile and a few days later you find out that the SQL Profile is generating a new execution plan.

Which two statements are true?

Options:

A.

The existence of two concurrent plan stability methods generates a child cursor for every execution.

B.

The SQL Profiles as well as SQL Plan Baseline are implemented using hints, so they both generate the same plan.

C.

The execution plan is the one enforced by the SQL Profile.

D.

The execution plan is the one enforced by the SQL Plan Baseline.

E.

The SQL Plan Baseline must be accepted in order to be used for the execution plan.

F.

The conflict between the two plan stability methods results in an error.

Buy Now
Questions 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.

Buy Now
Exam Code: 1z0-084
Exam Name: Oracle Database 19c Performance and Tuning Management
Last Update: May 5, 2024
Questions: 55

PDF + Testing Engine

$140

Testing Engine

$105

PDF (Q&A)

$90