zoukankan      html  css  js  c++  java
  • rman压缩备份题目

    ocp 053

    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.

    本机测试:竟然没有ZLIB

    16:23:29 SYS@db252>col ALGORITHM_NAME for a40
    16:23:45 SYS@db252>col ALGORITHM_NAME for a10
    16:23:57 SYS@db252>col ,ALGORITHM_DESCRIPTION for a40
    16:24:12 SYS@db252>select ALGORITHM_NAME,ALGORITHM_COMPATIBILITY,ALGORITHM_DESCRIPTION from v$rman_compression_algorithm;

    ALGORITHM_ ALGORITHM_COMPATIB ALGORITHM_DESCRIPTION
    ---------- ------------------ ----------------------------------------------------------------
    BASIC 9.2.0.0.0 good compression ratio
    LOW 11.2.0.0.0 maximum possible compression speed
    MEDIUM 11.0.0.0.0 balance between speed and compression ratio
    HIGH 11.2.0.0.0 maximum possible compression ratio

    Elapsed: 00:00:00.02
    16:24:13 SYS@db252>

  • 相关阅读:
    C语言main函数参数解析代码模板
    C语言函数指针复习小程序
    反转链表
    (Mingw32环境下)C语言使用库函数分配内存,按指定字节对齐
    Scrum meeting 3
    胆大妄为【DDWW】 Scrum meeting 2
    胆大妄为【DDWW】 Scrum meeting 1
    胆大妄为【DDWW】 《实验八 团队作业4:团队项目需求建模与系统设计》
    胆大妄为【DDWW】 实验七 团队作业3:团队项目需求分析与原型设计
    胆大妄为【DDWW】 实验六 团队作业2 :西北师范大学毕业生就业信息管理系统
  • 原文地址:https://www.cnblogs.com/gispf/p/3793018.html
Copyright © 2011-2022 走看看