• 1z0062 题库解析4


    题目:

    Examine this parameter:

    NAME                     TYPE          VALUE

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

    db_create_file_dest      string        /u01/app/ oracle/ oradata/prod/

    Now examine this statement which executes successfully in an Oracle Database version 18c or later.

    CREATETABLESPACE data_olap;

    Which two are true about this tablespace and its attributes?

    A. The datafile has an Oracle generated name.

    B. The initial datafile size is 100MB.

    C. The datafile that is created is not auto extensible.

    D. The tablespace is created with manual segment space management.

    E. The tablespace is a dictionary managed tablespace.

    Answer: AB

    【解析】

    在19c的版本默认情况下,用于永久表空间的Oracle自动管理的数据文件为100 MB,并且可以自动扩展且最大大小不受限制。但是,如果在DATAFILE子句中通过指定SIZE值(且没有AUTOEXTEND子句)覆盖这些默认值,则数据文件不能自动扩展。

    【官方手册】

    https://docs.oracle.com/en/database/oracle/oracle-database/19/admin/using-oracle-managed-files.html#GUID-D5C4F978-E3C9-4DFF-A076-B0FE75065F32

  • 相关阅读:
    网线 ------ 交叉线
    ubuntu ------ 网络 ifconfig 不显示IP地址
    STM32L011D4 ----- 低功耗
    List 集合 使用 remove 踩得坑
    Map 集合遍历的4种方法
    elasticsearch 集群详解
    谷歌浏览器添加插件时显示程序包无效:"CRX_HEADER_INVALID" 解决办法
    MySql数据库 优化
    MySql 索引
    Kibana 安装
  • 原文地址:https://www.cnblogs.com/sandata/p/12193338.html
Copyright © 2020-2023  润新知