GUEST account issue due to its password
时间:2010-09-02 来源:richardliu1123
EBS中的这个GUEST帐号,如果它的密码在多个配置地方不一致的话会导致系统出现问题.
可利用如下步骤检查是否一致.
第一处: cd $FND_TOP/secure/<hostname_SID.dbc>;
eg:
$cd $FND_TOP/secure/;
$cat hostname_SID.dbc | grep GUEST |more;
GUEST/ORACLE
第二处: system profile
system profile: Guest User Password default:GUEST/ORACLE;
第三处: cd $APPL_TOP/admin/<SID_hostname.xml>
eg:
$cd $APPL_TOP/admin
$cat SID_hostname.xml|grep guest |more;
<username oa_var="s_guest_user">GUEST</username>
<password oa_var="s_guest_pass">ORACLE</password>
<password oa_var="s_guest_pass">ORACLE</password>
相关阅读 更多 +