Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

Examine this AWRreport excerpt:

You must reduce the impact of database I/O, without increasing buffer cache size and without modifying the SQL statements.

Which compression option satisfies this requirement?

A.

MN STORE COMPRESS FOR QUERY LOW

B.

STORE COMPRESS

C.

ROW STORE COMPRESS ADVANCED

D.

COLUMN STORE COMPRESS FOR QUERY HIGH

Full Access
Question # 5

You must write a statement that returns the ten most recent sales. Examine this statement:

Users complain that the query executes too slowly. Examine the statement's current execution plan:

What must you do to reduce the execution time and why?

A.

Create an index on SALES.TIME_ID to force the return of rows in the order specified by the ORDER BY clause.

B.

Replace the FETCH FIRST clause with ROWNUM to enable the use of an index on SALES.

C.

Collect a new set of statistics on PRODUCT, CUSTOMERS, and SALES because the current stats are inaccurate.

D.

Enable Adaptive Plans so that Oracle can change the Join method as well as the Join order for this query.

E.

Create an index on SALES.CUST_ID to force an INDEX RANGE SCAN on this index followed by a NESTED LOOP join between CUSTOMERS and SALES.

Full Access
Question # 6

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?

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.

Full Access
Question # 7

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

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.

Full Access
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?

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.

Full Access
Question # 9

Multiple sessions are inserting data concurrently into a table that has an LOB column.

At some point in time, one of the sessions cannot find available space in the LOB segment and needs to allocate a new extent.

Which wait event will be raised in the other sessions that need space in the LOB column?

A.

enq: SQ - contention

B.

enq: TM - contention

C.

enq: HW - contention

D.

enq: TX - allocate ITL entry

Full Access
Question # 10

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

Examine this AWR except:

Now, examine these attributes displayed by querying dba_tables:

Finally, examine these parameter settings:

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

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.

Full Access
Question # 11

Which two statements are true about cursor sharing?

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.

Full Access
Question # 12

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?

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.

Full Access
Question # 13

Examine this statement and output:

Which two situations can trigger this error?

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.

Full Access
Question # 14

Which two actions can cause invalidation or loss of one or more results in the SQL Query Result Cache?

A.

One or more results were aged out of the result cache.

B.

result_cache_max_size is set dynamically to 0.

C.

A request was made by the RCBG background of a non-RAC database.

D.

A request was made by the RCBG background process in a physical standby database that is opened read only and whose primary has a result cache.

E.

Decreasing the value set for RESULT_CACHE_REMOTE_EXPIRATION.

Full Access
Question # 15

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

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

Full Access
Question # 16

Database performance degraded between 23:15 and 23:30 for the last three nights. The awr snapshot interval is one hour. The AODM report contains nothing about this performance problem.

With which tool can you further analyze this problem?

A.

SQL Performance Analyzer

B.

AWR Compare Periods report

C.

SQL Tuning Advisor

D.

Active Session History report

Full Access