Question 146

Which two statements are true when row archival management is enabled?
  • Question 147

    Which three statements are true about Automatic Workload Repository (AWR)?
  • Question 148

    Which three statements are true regarding the use of the Database Migration Assistant for Unicode (DMU)?
  • Question 149

    An administrator account is granted the CREATE SESSION and SET CONTAINER system privileges.
    A multitenant container database (CDB) instant has the following parameter set: THREADED_EXECUTION = FALSE
    Which four statements are true about this administrator establishing connections to root in a CDB that has been opened in read only mode?
  • Question 150

    Examine the commands executed to monitor database operations:
    $> conn sys oracle/oracle@prod as sysdba
    SQL > VAR eid NUMBER
    SQL > EXEC: eid := DBMS_SQL_MONITOR.BEGIN_OPERATION (`batch_job' ,
    FORCED_TRACKING => `Y');
    Which two statements are true?