|
修改apps的标准步骤到底是怎样的 ?
有好几个版本。
1. FNDCPASS 是用来修改fnd_user和fnd_oracle_userid上面用户的密码的。
### 例子 1: 修改 apps 用户的password
shutdown apps tier,
FNDCPASS apps/apps 0 Y system/manager SYSTEM APPLSYS password
然后 运行 AUTOCONFIG, 再start app tier
2. 应用和Concurrent Manager都不关闭,直接使用FNDCPASS修改apps密码
3. 应用关闭,但是没有提到 autoconfig .
Note: One cannot change a schema name, such as APPLSYS or GL, after a product is installed, with FNDCPASS.
Ensure that the entire Oracle Applications system has been shut down before changing any schema passwords.
All users should log out and the Applications system should be down before running this utility.
If Oracle Applications user passwords are being changed then the relevant users should not be logged in.
Before changing any passwords, you should make a backup of the tables FND_USER and FND_ORACLE_USERID.
4. 修改密码后, 重新启动concurrent mananger . 没有提到启动应用。
Verify the new password.
If you changed the password for APPS (and APPLSYS), restart all concurrent managers, then log on to Oracle
Applications to test the new password.
|
|