Weekend Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

1z0-084 Questions and Answers

Question # 6

Which Optimizer component helps decide whether to use a nested loop join or a hash join in an adaptive execution plan?

A.

Statistics Feedback

B.

SQL Plan Directives

C.

Statistics Collector

D.

Automatic Reoptimization

E.

Dynamic Statistics

Full Access
Question # 7

Which two Oracle Database features use database services?

A.

Oracle Automatic Reoptimization

B.

Database Resource Manager

C.

Oracle SQL Performance Management

D.

Oracle SQL Tuning Advisor

E.

Oracle Scheduler

Full Access
Question # 8

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 # 9

Which application lifecycle phase could be managed reactively?

A.

Design and development

B.

Upgrade or migration

C.

Testing

D.

Production

E.

Deployment

Full Access
Question # 10

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
Question # 11

Which procedure gathers statistics that are always used in the generation of any execution plan?

A.

DBMS_STATS.GATHER_DICTIONARY_STATS

B.

DBMS_STATS.GATHER_FIXED_ OBJECTS_STATS

C.

DBMS_STATS.GATHER_DATABASE_STATS

D.

DBMS_STATS.GATHER_SYSTEM_STATS

Full Access
Question # 12

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 # 13

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

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.

Full Access
Question # 14

Which statement is true about DB time in V$$YS_TIME_MODEL?

A.

DB time is organized as a simple list of statistics and any time period is attributable to only one statistic.

B.

DB time can be many times greater than the elapsed time since the database instance started.

C.

DB tine excludes the time spent waiting for a CPU in the operating system run queue.

D.

DB time includes the time spent executing the RMAN backup and restore command.

Full Access
Question # 15

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?

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.

Full Access
Question # 16

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