Question 46

Your database is running in noarchivelog mode. One of the data files belonging to the system tablespace is corrupted. You notice that all online redo logs have been overwritten since the last backup.
Which method would you use to recover the data file?
  • Question 47

    Examine these Data Pump commands to export and import objects from and to the same database.
    The dba has not yet created users hr1 and oe1.
    $expdp system/manager schemas = hr.oe directory = EXP_DIR dumpfile = export.dat include = table
    $ impdpsysten/manager schemas = hr1,oe1 directory = EXP_DIR dumpfile = export.dat remap_schena=hr:hrl, oe:oe1
    What will happen when running these commands?
  • Question 48

    Examine the commands executed to monitor database operations:
    $> conn sys/oracle@prod as sysdba
    SQL> VAR eid NUMBER
    SQL>EXEC :eid :
    DBMS_SQL_MONITOR.BEGlN_OPERATION('batch_job',FORCED_TRACKING=>'Y');
    Which two statements are true? (Choose two.)
  • Question 49

    Which two components are contained only in CDB$ROOT? (Choose two.)
  • Question 50

    Your database is running in archivelog mode and regular nightly backups are taken. Due to a media
    failure, the current online redo log group, which has one member, is lost and the instance is aborted.
    Examine the steps to recover the online redo log group and move it to a new location.
    1. Restore the corrupted redo log group.
    2. Restore the database from the most recent database backup.
    3. Perform an incomplete recovery.
    4. Relocate the member of the damaged online redo log group to a new location.
    5. Open the database with the resetlogs option.
    6. Issue a checkpoint and clear the log.
    Identify the required steps in the correct order.