OCP-1Z0-053-200题-50题-628

编程知识 更新时间:2023-05-02 19:09:52

QUESTION 50

The database is running in the ARCHIVELOG mode. It has three redo log groups with one member each. One

of the redo log groups has become corrupted. You have issued the following command during the recovery of

a damaged redo log file:

ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 3;

Which action should you perform immediately after using this command?

A. You should perform a log switch

B. You should make a backup of the database

C. You should switch the database to the NONARCHIVELOG mode

D. You should shut down the database instance and perform a complete database recovery

Answer: B

同628题:http://blog.csdn/rlhua/article/details/13280569


Explanation/Reference:

Section: Backup, Recovery & Recovery Manager (RMAN)

SQL> ALTER DATABASE CLEAR LOGFILE UNARCHIVED GROUP 3;

Immediately back up all datafiles in the database with an operating system utility, so that you have abackup

you can use for complete recovery without relying on the cleared log group.

For example, enter:

% cp /disk1/oracle/dbs/*.dbf /disk2/backup

http://www.oracle-dba-online/managing_redo_logfiles.htm

This statement clears the corrupted redo logs and avoids archiving them. The cleared redo logs are available

for use even though they were not archived.

If you clear a log file that is needed for recoveryof a backup, then you can no longer recover from that backup.

The database writes a message in the alert log describing the backups from which you cannot recover

更多推荐

OCP-1Z0-053-200题-50题-628

本文发布于:2023-04-28 04:54:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/5fdccbb704f524b7c72d39169335b84d.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:OCP

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!

  • 107744文章数
  • 27244阅读数
  • 0评论数