标签:oui log runinstaller
/tmp/OraInstall${TIMESTAMP}
$CENTRAL_INVENTORY/logs
$TEMP/OraInstall${TIMESTAMP}
$TMPDIR/OraInstall${TIMESTAMP}
$ORACLE_HOME/cfgtoollogs/oui 这三种文件是: installActions${TIMESTAMP}.log
oraInstall${TIMESTAMP}.err
oraInstall${TIMESTAMP}.out
为了找到CENTRAL_INVENTORY的位置,请查看oraInst.loc的内容,而不同os下,oraInst.loc的位置是不同的:Linux和AIX:/etc/oraInst.loc Solaris和HP-UX:/var/opt/oracle/oraInst.loc Windows: HKEY_LOCAL_MACHINE -> SOFTWARE -> ORACLE -> inst_loc在下面的例子中,CENTRAL_INVENTORY 在/home/oracle/oraInventory,因为 "inventory_loc"被设置指向它。
$ cat /etc/oraInst.loc
inventory_loc=/home/oracle/oraInventory
inst_group=oinstall
【翻译自mos文章】OUI 的log文件和trace文件的位置
标签:oui log runinstaller
原文地址:http://blog.csdn.net/msdnchina/article/details/43878995