Question 6

Examine the following command:
SQL> DBMS_STATS. SET_TABLE_PREFS ('SH', 'CUSTOMERS', 'PUBLISH', 'false');
What is the effect of executing this command?
  • Question 7

    To enable the Database Smart Flash Cache, you configure the following parameters:
    DB_FLASH_CACHE_FILE = '/dev/flash_device_1' , '/dev/flash_device_2'
    DB_FLASH_CACHE_SIZE=64G
    What is the result when you start up the database instance?
  • Question 8

    You plan to migrate your database from a File system to Automata Storage Management (ASM) on same platform.
    Which two methods or commands would you use to accomplish this task? (Choose two.)
  • Question 9

    Identify three scenarios in which you would recommend the use of SQL Performance Analyzer to analyze impact on the performance of SQL statements. (Choose three.)
  • Question 10

    In a recent Automatic Workload Repository (AWR) report for your database, you notice a high number of buffer busy waits. The database consists of locally managed tablespaces with free list managed segments.
    On further investigation, you find that buffer busy waits is caused by contention on data blocks.
    Which option would you consider first to decrease the wait event immediately?