zoukankan      html  css  js  c++  java
  • 053-643

    View the Exhibit.
    You are creating a database by using Database Configuration Assistant (DBCA). You have chosen the  
    File System option as the storage mechanism.
    What would be the result of choosing this option?
    Exhibit:

    A. Disk mirroring and striping would be done automatically
    B. The database files would be managed by the operating system's file system
    C. DBCA would not save the database files by using Optimal File Architecture (OFA)
    D. The data files are automatically spread across all available storage devices to optimize performance and resource utilization 

       选择文件系统,说明数据文件由文件系统管理。并不能自动的完成镜像和条带化,这个工作需要在系统级别上完成,A,D 错。
      默认是选择的文件系统,如果是使用 ASM 的话,可以利用 ASM 完成镜像和条带化,来提升性能和资源的利用率。
      OFA 是一种用于配置 Oracle 数据库和其它数据库的方法。 OFA 利用 OS 和磁盘子系统的功能创建易于管理的配置,这样在数据库得到扩展且性能要求更高时,可以提供最大程度的灵活性。此处所述的方法是 OFA 的基础。
    OFA 设计用于:
      对磁盘上的大量复杂软件和数据进行组织,以避免出现设备瓶颈和性能较差的情况
      简化常规管理任务,诸如易出现数据损坏的软件备份和数据备份任务
      在多个 Oracle 数据库之间实现轻松切换
      相应地管数据库扩展帮助消除数据字典中的空闲空间碎片,隔离其它碎片及最大程度地减少资源争用
      所 有 安 装 的 oracle 组 件 是 遵 守 默 认 OFA 指 导 方 针 。 OFA 是 一 套 目 录 命 名 规 范 , 例 如 :
    /u01/app/oracle/product/11.2.0/dbhome_1 是第一次安装数据的 Oracle home,只需要指定一个 oracle base 目录,语法: /pm/s/u

  • 相关阅读:
    iOS 组件化方案
    iOS 核心动画概览
    iOS @字面量
    iOS id 和 instancetype 的区别
    C++ 中的 const
    iOS 开发资料
    iOS 架构-App组件化开发
    iOS 知名大牛的一些博客
    iOS 键盘 隐藏系统的 toolBar
    iOS UIView 单独设置一个角为圆角,两个 三个角也行
  • 原文地址:https://www.cnblogs.com/Babylon/p/7843448.html
Copyright © 2011-2022 走看看