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

    688. Which two statements are true about the compressed backups in RMAN? (Choose two.)

    A.Compressed backups can only  be taken on the tape drives.

    B.The binary compression creates some performance overhead during backup operation.

    C.The ZLIB compression algorithm can be used only if the COMPATIBLE in itialization parameter is set to 11.1.0.

    D.The media manager compression for the tape drive should be enabled for taking compressed backups on the tape.  

    Answer: BD 

    答案解析:

    A错,也可以备份在disk上。

    C错, only if the  COMPATIBLE in itialization parameter is set to 11.1.0,应该是11.0.0或者以上

    sys@TEST0221> select ALGORITHM_NAME,ALGORITHM_COMPATIBILITY,ALGORITHM_DESCRIPTION from v$rman_compression_algorithm

      2  /


    ALGORITHM_NAME                                                   ALGORITHM_COMPATIB ALGORITHM_DESCRIPTION

    ---------------------------------------------------------------- ------------------ ----------------------------------------------------------------

    BZIP2                                                            9.2.0.0.0          good compression ratio

    BASIC                                                            9.2.0.0.0          good compression ratio

    LOW                                                              11.2.0.0.0         maximum possible compression speed

    ZLIB                                                             11.0.0.0.0         balance between speed and compression ratio

    MEDIUM                                                           11.0.0.0.0         balance between speed and compression ratio

    HIGH                                                             11.2.0.0.0         maximum possible compression ratio


    6 rows selected.


  • 相关阅读:
    每个程序员都应该了解的内存知识
    关于CPU Cache -- 程序猿需要知道的那些事
    【转载】十分钟搞清字符集和字符编码
    初学 Java Web 开发,请远离各种框架,从 Servlet 开发
    XML
    接口比对象更加抽象
    【转载】Dom4j的使用(全而好的文章)
    BZOJ4870:[SHOI2017]组合数问题(组合数学,矩阵乘法)
    BZOJ1089:[SCOI2003]严格n元树(DP,高精度)
    BZOJ1259:[CQOI2007]矩形rect(DFS)
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13315923.html
Copyright © 2011-2022 走看看