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

    239.Evaluate the following command:

    SQL>ALTER SYSTEM SET db_securefile = 'IGNORE';

    What is the impact of this setting on the usage of SecureFiles?

    A. It forces BasicFiles to be created even if the SECUREFILE option is specified to create the LOB.

    B. It forces SecureFiles to be created even if the BASICFILE option is specified to create the LOB.

    C. It does not allow the creation of SecureFiles and generates an error if the SECUREFILE option is

    specified to create the LOB.

    D. It ignores the SECUREFILE option only if a Manual Segment Space Management tablespace is used

    and creates a BasicFile.

    Answer: A

    答案解析:

    启用SecureFiles  存储

    使用DB_SECUREFILE 初始化参数,数据库管理员(DBA) 可确定SecureFiles  的使用情况,其中有效值为:

    • ALWAYS :尝试将所有LOB 创建为SecureFile LOB,但是仅可将自动段空间管理(ASSM)  表空间外的任何 LOB 创建为BasicFile LOB 

    • FORCE:强制将所有LOB 创建为SecureFile LOB 

    • PERMITTED:允许创建SecureFiles (默认值)

    • NEVER:禁止创建SecureFiles

    • IGNORE :禁止创建SecureFiles ,并忽略使用SecureFiles  选项强制创建BasicFiles 而导致的任何错误

    如果指定了NEVER,则任何指定为SecureFiles  的LOB 均被创建为BasicFiles。如果对BasicFiles 使用任何SecureFiles  特定的存储选项和功能(如压缩、加密和取消重复),则

    会导致异常错误。将对任何未指定的存储选项使用BasicFiles 默认值。如果指定了ALWAYS ,则系统中创建的所有LOB 均会被创建为SecureFiles 。必须在ASSM  表空间中

    创建LOB ,否则会发生错误。将忽略所有指定的BasicFiles 存储选项。可以使用ALTER SYSTEM 命令更改所有存储的SecureFiles  默认值,如幻灯片中所示。

    也可以通过单击“Server (服务器)”选项卡中的“Initialization Parameters (初始化参数)”链接来使用Enterprise Manager 设置参数。


  • 相关阅读:
    windows下 删除指定文件夹里面一周前的所有文件和文件夹的bat
    freeswitch 把SIP注册信息数据库从SQLITE 改为MYSQL的方法
    memcached+Mysql(主从)
    Linux下的MySQL主主复制
    RabbitMQ php 使用
    如果你写PHP, 请多注意自己是否有良好的习惯
    MySQL主从配置的一些总结
    Mongodb与mysql语法比较
    Yii框架tips
    Windows下Python添加MySQLdb扩展模块
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316552.html
Copyright © 2011-2022 走看看