Question 6

You execute the command to recover your database:

Which statement is true?
  • Question 7

    Which two are true about incremental backups? (Choose two.)
  • Question 8

    One of your database runs in ARCHIVELOG mode?
    Examine these initialization parameter settings:

    Which statement is true based on these settings?
  • Question 9

    Your database is running in archivelog mode. Examine the parameters for your database instance:
    LOG_ARCHIVE_DEST_l ='LOCATION=/disk1/arch MANDATORY'
    LOG_ARCHIVE_DEST_2 ='LOCATION=/disk2/arch'
    LOG_ARCHIVE_DEST_3 ='LOCATIO=/disk3/arch'
    LOG_ARCHIVE_DEST _4 ='LOCATIONs/disk4/arch'
    LOG_ARCHIVE _MIN_SUCCEED_DEST = 2
    While the database is open, you notice that the destination set by the log_archive_dest_1 parameter is not available. All redo log groups have been used.
    What happens at the next log switch?
  • Question 10

    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.