1Z0-060 Exam Question 46

Examine the parameter for your database instance:

You generated the execution plan for the following query in the plan table and noticed that the nested loop join was done. After actual execution of the query, you notice that the hash join was done in the execution plan:

Identify the reason why the optimizer chose different execution plans.
  • 1Z0-060 Exam Question 47

    You are connected to a pluggable database (PDB) as a common user with DBA privileges.
    The STATISTICS_LEVEL parameter is PDB_MODIFIABLE. You execute the following:
    SQL > ALTER SYSTEM SET STATISTICS_LEVEL = ALL SID = '*' SCOPE = SPFILE;
    Which is true about the result of this command?
  • 1Z0-060 Exam Question 48

    Examine the current value for the following parameters in your database instance:
    SGA_MAX_SIZE = 1024M
    SGA_TARGET = 700M
    DB_8K_CACHE_SIZE = 124M
    LOG_BUFFER = 200M
    You issue the following command to increase the value of DB_8K_CACHE_SIZE: SQL> ALTER SYSTEM SET DB_8K_CACHE_SIZE=140M;
    Which statement is true?
  • 1Z0-060 Exam Question 49

    What is the effect of specifying the "ENABLE PLUGGABLE DATABASE" clause in a "CREATE DATABASE" statement?
  • 1Z0-060 Exam Question 50

    Your database supports a DSS workload that involves the execution of complex queries: Currently, the library cache contains the ideal workload for analysis. You want to analyze some of the queries for an application that are cached in the library cache.
    What must you do to receive recommendations about the efficient use of indexes and materialized views to improve query performance?