Question 26

Because of logical corruption of data in a table, you want to recover the table from an RMAN backup to a specified point in time.
Examine the steps to recover this table from an RMAN backup:
1. Determine which backup contains the table that needs to be recovered.
2. Issue the recover table RMAN command with an auxiliary destination defined and the point in time specified.
3. Import the Data Pump export dump file into the auxiliary instance.
4. Create a Data Pump export dump file that contains the recovered table on a target database.
Identify the required steps in the correct order.
  • Question 27

    Your multitenant container database (CDB) contains multiple pluggable databases (PDBs). You execute the command to create a common user:
    SQL> CREATE USER c##a_admin IDENTIFIED BY password DEFAULT TABLESPACE users QUOTA I00M ON users TEMPORARY TABLESPACE temp;
    Which statement is true about the execution of the command?
  • Question 28

    On your Oracle 12c database, you invoke SQL*Loader to load data into the employees table in the hr schema by issuing the command:
    S>sqlldrhr/hr@pdb table=employees
    Which two statements are true about the command?
  • Question 29

    You are administering a multitenant container database (CDB) cdb1.
    Examine the command and its output:
    SQL>show parameterfile
    NAME TYPE VALUE
    ----------------------------------------------------------------------- db_create_file_dest string db_file_name_convert string db_files integer 200 You verify that sufficient disk space is available and that no file currently exists in the '/u0l/app/oracle/ oradata/cdb1/salesdb' location.
    You plan to create a new pluggable database (PDB) by using the command:
    SQL>CREATEPLUGGABLEDATABASESALESPDB
    ADMINUSER salesadm IDENTIFIED BY password;
    ROLES=(dba)
    DEFAULTTABLESPACE sales
    DATAFILE' /u01/app/oracle/oradata/cdb1/salesdb/sales01.dbf'SIZE 250M AUTOEXTEND ON FILE_NAME_CONVERT=('/u01/app/oracle/oradata/cdb1/pdbseed/',
    '/u01/app/oracle/oradata/cdb1/salesdb/')
    STORAGE(MAXSIZE2G)
    PATK_PREFIX='/u01/app/oracle/oradata/cdb1/SALESPDB';
    Which statement is true?
  • Question 30

    Which two statements are true about setting the FAST_START_MTTR_TARGETparameter to a nonzero value?