Big Cyber Monday Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

Pass the Oracle Oracle Database 19c 1z0-084 Questions and answers with CertsForce

Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions
Questions # 1:

Which two statements are true about space usage in temporary tablespaces?

Options:

A.

When a global temporary table instantiation is too large to fit in memory, space is allocated in a temporary tablespace.


B.

Temporary tablespaces setting Includes quotas to limit temporary space used by a session for that Temporary tablespace.


C.

A sort will fail if a sort to disk requires more disk space and no additional extent can be found/allocated in/for the sort segment.


D.

When a session consumes all temporary tablespace storage, then the session would hang until the temporary space used by that session is cleared.


E.

Lack of temporary tablespace space for sort operations can be prevented by using temporary tablespace groups.


Expert Solution
Questions # 2:

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

ORA-04036 PGA memory used by the instance exceeds PGA_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


Expert Solution
Questions # 3:

An Oracle 19c database uses default values for all optimizer initialization parameters.

After a table undergoes partition maintenance, a large number of wait events occur for:

cursor: pin S wait on X

Which command reduces the number of these wait events?

Options:

A.

ALTER SYSTEM SET CURSOR_SHARING = FORCE;


B.

ALTER SYSTEM SET CURSOR_SPACE_FOR_TIME - TRUE;


C.

ALTER SYSTEM SET CURSOR_INVALIDATION = DEFERRED;


D.

ALTER SYSTEM SET SESSION CACHED CURSORS = 500;


Expert Solution
Questions # 4:

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


Expert Solution
Questions # 5:

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


Expert Solution
Questions # 6:

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:

Question # 6

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.


Expert Solution
Questions # 7:

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.


Expert Solution
Questions # 8:

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

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


Expert Solution
Questions # 9:

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.


Expert Solution
Questions # 10:

Which two Oracle Database features use database services?

Options:

A.

Oracle Automatic Reoptimization


B.

Database Resource Manager


C.

Oracle SQL Performance Management


D.

Oracle SQL Tuning Advisor


E.

Oracle Scheduler


Expert Solution
Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions