1Z1-060 Exam Question 121

Which two statements are true concerning the Resource Manager plans for individual pluggable databases (PDB plans) in a multitenant container database (CDB)? (Choose two.)
  • 1Z1-060 Exam Question 122

    You are required to migrate your 11.2.0.3 database as a pluggable database (PDB) to a multitenant container database (CDB).
    The following are the possible steps to accomplish this task:
    1.Place all the user-defined tablespace in read-only mode on the source database.
    2.Upgrade the source database to a 12c version.
    3.Create a new PDB in the target container database.
    4.Perform a full transportable export on the source database with the VERSION parameter set to 12 using the expdp utility.
    5.Copy the associated data files and export the dump file to the desired location in the target database.
    6.Invoke the Data Pump import utility on the new PDB database as a user with the DATAPUMP_IMP_FULL_DATABASE role and specify the full transportable import options.
    7.Synchronize the PDB on the target container database by using the DBMS_PDS.SYNC_ODB
    function.
    Identify the correct order of the required steps.
  • 1Z1-060 Exam Question 123

    Which three statements are true about RMAN compressed backups?
  • 1Z1-060 Exam Question 124

    You are administering a database stored in Automatic Storage Management (ASM). You
    use RMAN to back up the database and the MD_BACKUP command to back up the ASM metadata regularly. You lost an ASM disk group DG1 due to hardware failure.
    In which three ways can you re-create the lost disk group and restore the data?
  • 1Z1-060 Exam Question 125

    Examine the following query output:

    You issue the following command to import tables into the hr schema:
    $ > impdp hr/hr directory = dumpdir dumpfile = hr_new.dmp schemas=hr TRANSFORM=DISABLE_ARCHIVE_LOGGING: Y
    Which statement is true?