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

    55.Following is the list of locations in random order where oranfstab can be placed.

    1./etc/mtab

    2.$ORACLE_HOME/dbs/oranfstab

    3./etc/oranfstab

    What is the sequence in which Direct NFS will search the locations?

    A. 1, 2, 3

    B. 3, 2, 1

    C. 2, 3, 1

    D. 1, 3, 2

    Answer: C

    答案解析:

    参考:http://docs.oracle.com/cd/E11882_01/install.112/e41961/storage.htm#CDEDBEDA



    Mounting NFS Storage Devices with Direct NFS Client

    Direct NFS Client determines mount point settings to NFS storage devices based on the configurations in /etc/mtab, which are changed with configuring the /etc/fstab file.

    Direct NFS Client searches for mount entries in the following order:

    1. $ORACLE_HOME/dbs/oranfstab

    2. /etc/oranfstab

    3. /etc/mtab

    Direct NFS Client uses the first matching entry found.

    Oracle Database is not shipped with Direct NFS Client enabled by default. To enable Direct NFS Client, complete the following steps:

    1. Change the directory to $ORACLE_HOME/rdbms/lib.

    2. Enter the following command:

      make -f ins_rdbms.mk dnfs_on

  • 相关阅读:
    position中的四种属性
    CSS中link和@import的区别
    隐藏对应元素的办法
    word20161217
    word20161216
    word20161215
    word20161214
    word20161213
    word201612012
    word20161211
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316581.html
Copyright © 2011-2022 走看看