该系列专题为2018年4月OCP-052考题变革后的最新题库。题库为小麦苗解答,若解答有不对之处,可留言,也可联系小麦苗进行修改。
注:OCP-052最新题库完整详细解答版请联系小麦苗私聊。解题不易,请大家尊重原创。
QQ:646634621
QQ群:547200174、618766405
微信号:lhrbestxh
Q题目 You plan to install Oracle Grid Infrastructure and Oracle Database.Which two mandatory tasks must be completed before you perform these installations?
A. setting the ORACLE_SID environment variable.
B. setting the ORACLE_BASE environment variable to an existing directory.
C. creating the Oracle Inventory and OSDBA groups in the operating system.
D. creating the oper and asmdba operating system groups.
E. creating an operating system user to be the owner of Oracle installation.
A答案
Answer:CE
Mandatory是强制的意思。
对于Oracle安装所用的硬件,系统管理员需要执行一些步骤。所需步骤之一是创建必要的操作系统组和用户。必需的两个操作系统组是:oinstall和dba。如果要在多个用户帐户间实施职责分离,则还应另外创建以下几个组:oper、asmdba、asmoper和asmadmin。至少需要有一个操作系统用户作为Oracle安装的所有者。大多情况下,配置oracle用户就是为了此目的。如果想实现真正的职责分离,可以为每个Oracle产品设置不同的所有者。