In your database, online redo log files are multiplexed and one of the members in a group is lost due to media failure? How would you recover the lost redo log member?()A、 import the database from the last exportB、 restore all the members in the group fro

题目

In your database, online redo log files are multiplexed and one of the members in a group is lost due to media failure? How would you recover the lost redo log member?()

  • A、 import the database from the last export
  • B、 restore all the members in the group from the last backup
  • C、 drop the lost member from the database and then add a new member to the group
  • D、 restore all the database files from the backup and then perform a complete recovery
  • E、 restore all the database files from the backup and then perform an incomplete recovery

相似考题
参考答案和解析
正确答案:C
更多“In your database, online redo log files are multiplexed and one of the members in a group is lost due to media failure? How would you recover the lost redo log member?()A、 import the database from the last exportB、 restore all the members in the group fro”相关问题
  • 第1题:

    Redo log files are multiplexed in your database. The disk in which you have one of the redo log members is highly fragmented. In the process of defragmentation you lose the redo log member, which is not a member of the current group. How would you recover from the loss of the redo log member?()

    • A、SMON would automatically restore the lost file.
    • B、You would need to restore the whole database from the last backup.
    • C、You would need to restore the file from the last full database backup.
    • D、You would need to use flashback technology to restore the lost redo log member.
    • E、You would need to use Recovery Manager (RMAN) to restore the lost redo log member.
    • F、You would need to restore the missing log file by copying one of the remaining files from the same group.

    正确答案:F

  • 第2题:

    Your test database is configured to run in NOARCHIVELOG mode. One of the data files in the USERStablespace is lost due to a media failure. You notice that all the online redo logs have been overwritten since the last backup.  What would you do to recover the data file()

    • A、Take the USERS tablespace offline and re-create the lost data file.
    • B、Shut down the instance, restore the data file from the last consistent backup, and restart the databaseinstance.
    • C、Shut down the instance, restore all the database files from the last consistent backup, and restart thedatabase instance.
    • D、Take the USERS tablespace offline, restore all the data files of the USERS tablespace from the lastconsistent backup, and make the tablespace online.

    正确答案:C

  • 第3题:

    A database is running In ARCHIVBXXMS mode. It has two online redo log groups and each group has one member.  A LGWR Input/output (I/O) fells due to permanent media failure that has resulted In the loss of redo log file and the LWGR terminates causing the instance to crash. The steps to recover from the loss of a current redo log group member in the random order are as follow.   1) Restore the corrupted redo log group. 2) Restore from a whole database backup.  3) Perform incomplete recovery.  4) Relocate by renaming the member of the damaged online redo log group to a new location.  5) Open the database with the RESETLOGS option.  6) Restart the database instance.  7) Issue a checkpoint and clear the log.   Identify the option with the correct sequential steps to accomplish the task efficiently().  

    • A、 1,3,4,and 5
    • B、 7,3,4. and 5
    • C、 2,3,4,and 5
    • D、 7,4,3,and 5
    • E、 Only 6 is required

    正确答案:B

  • 第4题:

    Which statement about recovering from the loss of a redo log group is true?()

    • A、If the lost redo log group is ACTIVE, you should first attempt to clear the log file.
    • B、If the lost redo log group is CURRENT, you must clear the log file.
    • C、If the lost redo log group is ACTIVE, you must restore, perform cancel-based incomplete recovery, and open the database using the RESETLOGS option.
    • D、If the lost redo log group is CURRENT, you must restore, perform cancel-based incomplete recovery, and open the database using the RESETLOGS option.

    正确答案:D

  • 第5题:

    Your database is functioning in ARCHIVELOG mode. In which two situations would you perform a cancel/x7fbased recovery?()

    • A、You find that one of the redo log members in each redo log group is lost.
    • B、You find that a data file that belongs to the USERS tablespace is damaged.
    • C、You find that a data file that belongs to the SYSTEM tablespace is damaged.
    • D、You find that the current redo log group is damaged and is not available for recovery.
    • E、You realized while performing a recovery that an archived redo log file needed for recovery is lost.

    正确答案:D,E

  • 第6题:

    In which scenario is a Database Administrator NOT required to perform an incomplete recovery?()

    • A、 when all the online redo log groups are multiplexed and one of the members of a group is missing
    • B、 when all the online redo log groups are not multiplexed and one log group is missing
    • C、 when all the control files are missing
    • D、 when some important tables are deleted from the database and purged from the Recycle Bin

    正确答案:A

  • 第7题:

    单选题
    Which statement about recovering from the loss of a redo log group is true?()
    A

     If the lost redo log group is ACTIVE, you should first attempt to clear the log file.

    B

     If the lost redo log group is CURRENT, you must clear the log file.

    C

     If the lost redo log group is ACTIVE, you must restore,perform cancel-based incomplete recovery,and open the database using the RESETLOGS option.

    D

     If the lost redo log group is CURRENT, you must restore,perform cancel-based incomplete recovery,and open the database using the RESETLOGS option.


    正确答案: D
    解析: 暂无解析

  • 第8题:

    单选题
    Redo log files are multiplexed in your database. The disk in which you have one of the redo log members is highly fragmented. In the process of defragmentation you lose the redo log member, which is not a member of the current group. How would you recover from the loss of the redo log member?()
    A

    SMON would automatically restore the lost file.

    B

    You would need to restore the whole database from the last backup.

    C

    You would need to restore the file from the last full database backup.

    D

    You would need to use flashback technology to restore the lost redo log member.

    E

    You would need to use Recovery Manager (RMAN) to restore the lost redo log member.

    F

    You would need to restore the missing log file by copying one of the remaining files from the same group.


    正确答案: B
    解析: 暂无解析

  • 第9题:

    单选题
    The performance of your database is affected by the presence of two log members in each online redo log group and the placement of redo log members of a group on the same disk. You decide to place the redo log members of a group on separate disks. Which view will you query to find the name and location of all the online redo log members?()
    A

     V$LOG

    B

     V$LOGFILE

    C

     DBA_LOG_GROUPS

    D

     V$LOG_HISTORY


    正确答案: A
    解析: 暂无解析

  • 第10题:

    单选题
    Your database is in ARCHIVELOG mode. You have two online redo log groups each of which contains one redo member. When you attempt to start the database, you receive the following errors:   ORA-00313: open failed for members of log group 1 of thread 1   ORA-00312: online log 1 thread 1: ’D:///REDO01.LOG’   You discover that the online redo log file of the current redo group is corrupted.  Which statement should you use to resolve this issue?()
    A

     SQL>ALTER DATABASE DROP LOGFILE GROUP 1;

    B

     SQL>ALTER DATABASE CLEAR LOGFILE GROUP 1;

    C

     SQL>ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 1;

    D

     SQL>ALTER DATABASE DROP LOGFILE MEMBER ’D:///REDO01.LOG’;


    正确答案: C
    解析: 暂无解析

  • 第11题:

    单选题
    Redo log files are not multiplexed in your database. Redo log blocks are corrupted in group 2, and archiving has stopped. All the redo logs are filled and database activity is halted. Database writer has written everything to disk. Which command would you execute to proceed further?()
    A

    RECOVER LOGFILE BLOCK GROUP 2;

    B

    ALTER DATABASE DROP LOGFILE GROUP 2;

    C

    ALTER DATABASE CLEAR LOGFILE GROUP 2;

    D

    ALTER DATABASE RECOVER LOGFILE GROUP 2;

    E

    ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 2;


    正确答案: B
    解析: 暂无解析

  • 第12题:

    单选题
    In your database, online redo log files are multiplexed and one of the members in a group is lost due to media failure? How would you recover the lost redo log member?()
    A

     import the database from the last export

    B

     restore all the members in the group from the last backup

    C

     drop the lost member from the database and then add a new member to the group

    D

     restore all the database files from the backup and then perform a complete recovery

    E

     restore all the database files from the backup and then perform an incomplete recovery


    正确答案: A
    解析: 暂无解析

  • 第13题:

    You are working on the PROD database, which is in NOARCHIVELOG mode. You lost the active online redo log group due to a media failure. How should you recover your database?()

    • A、 Restore the database from a whole consistent backup and start the database in MOUNT mode. Then, open the database with the RESETLOGS option after performing a cancel-based recovery.
    • B、 Restore the database from a whole consistent backup and start the database in MOUNT mode. Then, drop the lost redo log group and open the database with the RESETLOGS option after performing a cancel-based recovery.
    • C、 Restore the database from a whole consistent backup and start the database in MOUNT mode. Then, clear the lost redo log group and open the database with the RESETLOGS option after performing a cancel-based recovery.
    • D、 Do nothing. You do not need to recover the database in this case; an instance recovery will be performed by the SMON process on startup.

    正确答案:A

  • 第14题:

    In your database, the Log Writer (LGWR)  process is unable to write to a member of a current redo log group due to read/write failure. Which two effects would you see in your database?()

    • A、The database instance aborts.
    • B、The database operation temporarily halts till the member becomes available.
    • C、Writing proceeds as normal. LGWR writes to the available members of a group and ignores the unavailable members.
    • D、The member would be marked as STALE and an error message would be written to the alert log file and LGWR trace file.
    • E、The status of the group changes to INACTIVE and an error message would be written to the alert log file and LGWR trace file.

    正确答案:C,D

  • 第15题:

    One of the redo log members in your database is lost. You queried V$logfile for further details. What would be the member’s status?()

    • A、LOST
    • B、INVALID
    • C、EXPIRED
    • D、DELETED
    • E、CORRUPT
    • F、UNKNOWN
    • G、OBSOLETE

    正确答案:B

  • 第16题:

    You have the following online redo log configuration:    Group       Member   1     ’/disk1/oradata/redo01a.log’   2     ’/disk2/oradata/redo02a.log’   3     ’/disk3/oradata/redo03a.log’   You decide to multiplex the online redo log groups for recovery of redo log files in case of any disaster. Which two statements will you NOT issue to multiplex the online redo log files?()

    • A、 ALTER DATABASE ADD LOGFILE MEMBER ’/disk1/oradata/redo01b.log’ TO GROUP 1;
    • B、 ALTER DATABASE ADD LOGFILE MEMBER ’/disk2/oradata/redo01b.log’ TO GROUP 1;
    • C、 ALTER DATABASE ADD LOGFILE MEMBER ’/disk1/oradata/redo02b.log’ TO GROUP 2;
    • D、 ALTER DATABASE ADD LOGFILE MEMBER ’/disk2/oradata/redo02b.log’ TO GROUP 2;
    • E、 ALTER DATABASE ADD LOGFILE MEMBER ’/disk1/oradata/redo3b.log’ TO GROUP 3;
    • F、 ALTER DATABASE ADD LOGFILE MEMBER ’/disk2/oradata/redo3b.log’ TO GROUP3;

    正确答案:A,C

  • 第17题:

    Your database is in NOARCHIVELOG mode. The database has three online redo log groups, and each group contains three online redo log members. The online redo log members are stored across three hard disks, E, F, and G, respectively. Hard disk G crashed while the LGWR background process was writing redo information to the online redo log files. What effect will this crash have on the database?()

    • A、 The database will operate normally without generating any redo.
    • B、 The database will hang, and you must shut down and restart the instance.
    • C、 The database will crash, and you must recover the database from the point of failure.
    • D、 The database will operate normally and will generate minimal redo for the tables created with the NOLOGGING clause.

    正确答案:D

  • 第18题:

    Your database is in ARCHIVELOG mode. You have two online redo log groups each of which contains one redo member. When you attempt to start the database, you receive the following errors:   ORA-00313: open failed for members of log group 1 of thread 1   ORA-00312: online log 1 thread 1: ’D:///REDO01.LOG’   You discover that the online redo log file of the current redo group is corrupted.  Which statement should you use to resolve this issue?()

    • A、 SQL>ALTER DATABASE DROP LOGFILE GROUP 1;
    • B、 SQL>ALTER DATABASE CLEAR LOGFILE GROUP 1;
    • C、 SQL>ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 1;
    • D、 SQL>ALTER DATABASE DROP LOGFILE MEMBER ’D:///REDO01.LOG’;

    正确答案:C

  • 第19题:

    多选题
    In your database, the Log Writer (LGWR)  process is unable to write to a member of a current redo log group due to read/write failure. Which two effects would you see in your database?()
    A

    The database instance aborts.

    B

    The database operation temporarily halts till the member becomes available.

    C

    Writing proceeds as normal. LGWR writes to the available members of a group and ignores the unavailable members.

    D

    The member would be marked as STALE and an error message would be written to the alert log file and LGWR trace file.

    E

    The status of the group changes to INACTIVE and an error message would be written to the alert log file and LGWR trace file.


    正确答案: B,D
    解析: 暂无解析

  • 第20题:

    单选题
    One of the redo log members in your database is lost. You queried V$logfile for further details. What would be the member’s status?()
    A

    LOST

    B

    INVALID

    C

    EXPIRED

    D

    DELETED

    E

    CORRUPT

    F

    UNKNOWN

    G

    OBSOLETE


    正确答案: D
    解析: 暂无解析

  • 第21题:

    单选题
    In your database, online redo log files are multiplexed and one of the members in a group is lost due to media failure.  How would you recover the lost redo log member?()
    A

    import the database from the last export

    B

    restore all the members in the group from the last backup

    C

    drop the lost member from the database, and then add a new member to the group

    D

    restore all the database files from the backup, and then perform a complete recovery 

    E

    restore all the database files from the backup, and then perform an incomplete recovery


    正确答案: B
    解析: 暂无解析

  • 第22题:

    单选题
    In which scenario is a Database Administrator NOT required to perform an incomplete recovery?()
    A

     when all the online redo log groups are multiplexed and one of the members of a group is missing

    B

     when all the online redo log groups are not multiplexed and one log group is missing

    C

     when all the control files are missing

    D

     when some important tables are deleted from the database and purged from the Recycle Bin


    正确答案: A
    解析: 暂无解析

  • 第23题:

    单选题
    You work as a database administrator for Certkiller .com. Redo log files are not multiplexed in your database. Redo log blocks are corrupted in group 2, and archiving has stopped. All the redo logs are filled and database activity is halted. Database writer has written everything to disk.  Which command would you execute to proceed further?()
    A

    RECOVER LOFIEL BLOCK GROUP 2;

    B

    ALTER DATABASE DROP LOGFILE GROUP 2;

    C

    ALTER DATABASE CLEAR LOGFILE GROUP 2;

    D

    ALTER DATABASE RECOVER LOGFILE GROUP 2;

    E

    ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 2;


    正确答案: D
    解析: 暂无解析