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

Viewing page 2 out of 2 pages
Viewing questions 11-20 out of questions
Questions # 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.


Expert Solution
Questions # 12:

You need to transport performance data from a Standard Edition to an Enterprise Edition database. What is the recommended method to do this?

Options:

A.

Export the data by using expdp from Statspack and import it by using $ORACLE_HOME/rdbms/admin/awrload into the AWR repository.


B.

Export the data by using expdp from the ftatspack repository and import it by using impdp into the AWR repository.


C.

Export the data by using the expdp utility and parameter file spuexp.par from the Statspack repository and import it by using impdp into Export the data by using expdp from

the Statspack repository and import it by using impdp into the AWR repository.


D.

Export the data by using the exp utility and parameter file spuexp.par from the Statspack repository and import it by using imp into a dedicated Statspack schema on the destination.


Expert Solution
Questions # 13:

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

Options:

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.


Expert Solution
Questions # 14:

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

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 # 15:

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

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 # 16:

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
Viewing page 2 out of 2 pages
Viewing questions 11-20 out of questions