zoukankan      html  css  js  c++  java
  • 053-613

    You want to use the automatic management of backup and recovery operations features for your database.Which configuration must you set?
    A. Enable the flash recovery area and specify it as the archived redo log destination.
    B. Disable the flash recovery area and start the database instance in ARCHIVELOG mode.
    C. Enable the flash recovery area but do not specify it as the archived redo log destination.
    D. Disable the flash recovery area and start the database instance in NOARCHIVELOG mode.

      使用 DB_RECOVERY_FILE_DEST 参数来定义 FRA 路径,DB_RECOVERY_FILE_DEST_SIZE参数限制磁盘使用的大小。在 FRA 中的文件格式是 OMF(Oracle Managed Files) 维护的格式。其中可以管理控制文件备份,备份集(片), 归档日志, 闪回日志。所以要使用自动管理备份恢复的话,需要启用 FRA(配置其参数),并将归档路径指定到这个位置(log_archive_dest_n),默认情况下归档时存放在 FRA 中。使用 FRA 能自动管理恢复文件使用的磁盘空间,简化了你的数据库管理。

     

  • 相关阅读:
    Redis Pipeline原理分析
    python 装饰器,传递类以及参数
    q
    Redis的EXPIRE过期机制介绍
    z
    julia .文档
    julia 安装
    python 弧度与角度互转
    python 角度和弧度转化
    机器人行业中我们常说的roll、yaw、pitch是什么?
  • 原文地址:https://www.cnblogs.com/Babylon/p/7839517.html
Copyright © 2011-2022 走看看