Question 311

Which two are true concerning a multitenant container database with three pluggable database?
  • Question 312

    Your database supports an online transaction processing (OLTP) application. The application is
    undergoing some major schema changes, such as addition of new indexes and materialized views. You
    want to check the impact of these changes on workload performance.
    What should you use to achieve this?
  • Question 313

    Examine the following parameters for a database instance:
    MEMORY_MAX_TARGET=0
    MEMORY_TARGET=0
    SGA_TARGET=0
    PGA_AGGREGATE_TARGET=500m
    Which three initialization parameters are not controlled by Automatic Shared Memory Management (ASMM)? (Choose three.)
  • Question 314

    The ORCL database is configured to support shared server mode. You want to ensure that a user connecting remotely to the database instance has a one-to-one ratio between client and server processes.
    Which connection method guarantees that this requirement is met?
  • Question 315

    You upgrade your Oracle database in a multiprocessor environment. As a recommended you execute the following script:
    SQL > @utlrp.sql
    Which two actions does the script perform? (Choose two.)