110. Which task would you perform before you run Oracle Universal Installer (OUI) in silent or suppressed
mode for an installation?
A.Run the root.sh script.
B.Create the oraInst.loc file.
C.Create the tnsnames.ora file.
D.Run the oraintRoot.sh script.
Answer: B
答案解析:
Creating the oraInst.loc File
If you plan to install Oracle products using Oracle Universal Installer in silent or response file mode,then you must manually create the oraInst.loc file if it does not exist. This file specifies the location of the Oracle Inventory directory where Oracle Universal Installer creates the inventory of Oracle products installed on the system.
Note:
If Oracle software was installed previously on the system, theoraInst.loc file might exist. If the file does exist, you do not have to create a file.
To create the oraInst.loc file, follow these steps:
Switch the user to
root:$ su - rootCreate the
/var/opt/oracledirectory if it does not exist:Change the directory:
# cd /var/opt/oracleUse a text editor to create the
oraInst.locfile, containing the following lines:inventory_loc=u01/app/oraInventoryinst_group=oinstallIn this example,
inventory_locis the location of the Oracle inventory; and theinst_groupparameter shows the name of the Oracle Inventory group (in this example,oinstall).Enter the following commands to set the appropriate owner, group, and permissions on the
oraInst.locfile:# chown oracle:oinstall oraInst.loc# chmod 664 oraInst.loc
再分享一下我老师大神的人工智能教程吧。零基础!通俗易懂!风趣幽默!还带黄段子!希望你也加入到我们人工智能的队伍中来!https://blog.csdn.net/jiangjunshow
在使用Oracle Universal Installer进行静默或响应文件模式安装之前,必须手动创建oraInst.loc文件,如果该文件不存在。此文件指定Oracle Inventory目录的位置,其中包含系统上安装的所有Oracle产品的清单。
1万+

被折叠的 条评论
为什么被折叠?



