How to change the APPS db password in Oracle EBS
时间:2011-05-16 来源:shiyihai
1)Shutdown the app tier using the SHELLscripts adstpal.sh;
2)APPS and APPLSYS accounts share the same password, so we can use the FNDCPASS utility to change their passwords:
$ FNDCPASS APPS/<apps_pwd> 0 Y SYSTEM/<system_pwd> SYSTEM APPLSYS <NEW_PWD>
3)Run Autoconfig to propagate the changed passwords into the following application server configuration files:
$ORACLE_HOME/reports60/server/CGIcmd.dat
$iAS_TOP/Apache/modplsql/cfg/wdbsvr.app
4)Restart all application tier processes:
相关阅读 更多 +