zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-V12.02-630题

    630.Which two statements are true about encrypting RMAN backup? (Choose two.)

    A. The transparent encryption of backups uses the encryption wallet

    B. The database uses the same encryption key for every encrypted backup

    C. The password encryption of backups only uses the password while creating and restoring backup

    D. If transparent encryption is configured, you cannot use the SET ENCRYPTION BY PASSWORD

    command to make password-protected backups.

    Answer: AC

    答案解析:

    参考:加密备份:http://blog.csdn.net/rlhua/article/details/12312463

    • 透明加密:使用wallet(默认)
    • 口令加密:使用口令(无wallet)
    • 双模式加密:
    – 同时使用透明加密和口令加密模式
    – 既可以使用透明模式也可以使用口令模式进行还原
    加密备份
    可使用以下三种方法之一对备份进行加密:
    • 透明加密:此方法使用wallet,是默认模式。
    • 口令加密:此加密方法依赖于口令,不需要配置wallet。若要还原,必须知道用于备份的口令
    • 双模式加密:可同时使用透明加密和口令加密。若要还原,可使用透明模式或口令模式。
    如果通常将备份还原到本地站点,但偶尔也会将备份传送到其它站点,则这种类型的加密十分有用。
  • 相关阅读:
    求最低价格
    A*算法入门
    hdu 4715
    手动扩大栈内存,让AC无忧
    hdu 4710
    hdu 1698
    poj3468区间延迟更新模板题
    hdu 1059二进制优化背包问题
    2059龟兔赛跑
    水1276
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13317055.html
Copyright © 2011-2022 走看看