Question 121

You plan to duplicate the multitenant container database (CDB) cdb1that contains the pluggable database (PDB) SALES:

Which two statements are true? (Choose two.)
  • Question 122

    Which two statements are true about encrypted backups performed by using RMAN? (Choose two.)
  • Question 123

    Your database has a table customer that contains the columns cust_name, amt_due, and old_status.
    Examine the commands executed and their output:

    Why is it that only one update is listed by the Flashback Version Query?
  • Question 124

    Which two options can be configured for an existing database by using the Database Configuration Assistant (DBCA)? (Choose two.)
  • Question 125

    You want to migrate your Oracle 11g database as a pluggable database (PDB) in a multitenant container database (CDB).
    Examine the steps required to perform the migration:
    1. Use Data Pump export to perform a full transportable export on the source database with the export parameter VERSION=12.
    2. Place all tablespaces in read-only mode on the source database.
    3. Upgrade the source database to Oracle Database 12c.
    4. Copy the dump file and data files to the desired location in the target database.
    5. Create a new PDB in the target CDB.
    6. Synchronize the PDB on the target CDB.
    7. Use Data Pump import on the new PDB by using the full transportable import options.
    Identify the required steps in the correct order.