1Z1-060 Exam Question 26

You are about to plug a multi-terabyte non-CDB into an existing multitenant container database (CDB).
The characteristics of the non-CDB are as follows:
Version: Oracle Database 11g Release 2 (11.2.0.2.0) 64-bit

Character Set: AL32UTF8

National Character Set: AL16UTF16

O/S: Oracle Linux 6 64-bit

The characteristics of the CDB are as follows:
Version: Oracle Database 12c Release 1 64-bit

Character Set: AL32UTF8

National Character Set: AL16UTF16

O/S: Oracle Linux 6 64-bit

Which technique should you use to minimize down time while plugging this non-CDB into the CDB?
  • 1Z1-060 Exam Question 27

    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? (Choose two.)
  • 1Z1-060 Exam Question 28

    Your multitenant container database (CDB) contains some pluggable databases (PDBs), you execute the following command in the root container:

    Which two statements are true? (Choose two.)
  • 1Z1-060 Exam Question 29

    Examine the current values 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?
  • 1Z1-060 Exam Question 30

    What is the result of executing a TRUNCATE TABLEcommand on a table, in a non-CDB database, that has Flashback Archiving enabled?