Change Password Using FNDCPASS Utility.
Usage of FNDCPASS Utility
FNDCPASS <APPS username>/<APPS password> 0 Y <SYSTEM username>/<SYSTEM password> <token> <username> <new password>
Following are the FNDCPASS Utility options that could be used with different <token>.
Following are the FNDCPASS Utility options that could be used with different <token>.
- Change the APPS and APPLSYS schema password
The SYSTEM token is used when changing the APPLSYS password.
FNDCPASS <logon> 0 Y <system/password> SYSTEM <username> <new password>
FNDCPASS apps/apps 0 Y system/manager SYSTEM APPLSYS WELCOME
FNDCPASS <logon> 0 Y <system/password> SYSTEM <username> <new password>
FNDCPASS apps/apps 0 Y system/manager SYSTEM APPLSYS WELCOME
- Change an Oracle Applications schema password (other than APPS/APPLSYS)
The ORACLE token is used when changing a SINGLE Applications schema password.
FNDCPASS <logon> 0 Y <system/password> ORACLE <username> <new password>
FNDCPASS apps/apps 0 Y system/manager ORACLE GL GL1
FNDCPASS <logon> 0 Y <system/password> ORACLE <username> <new password>
FNDCPASS apps/apps 0 Y system/manager ORACLE GL GL1
- Change all ORACLE schema passwords
The ALLORACLE token is used when changing ALL Applications schema passwords.
FNDCPASS <logon> 0 Y <system/password> ALLORACLE <new password>
FNDCPASS apps/apps 0 Y system/manager ALLORACLE WELCOME
FNDCPASS <logon> 0 Y <system/password> ALLORACLE <new password>
FNDCPASS apps/apps 0 Y system/manager ALLORACLE WELCOME
- Change an Oracle Applications user’s password
The USER token is used when changing an Applications USER password.
FNDCPASS <logon> 0 Y <system/password> USER <username> <new password>
FNDCPASS apps/apps 0 Y system/manager USER VISION WELCOME
FNDCPASS <logon> 0 Y <system/password> USER <username> <new password>
FNDCPASS apps/apps 0 Y system/manager USER VISION WELCOME
Important: Oracle Applications system should be shut down before changing any schema passwords. Also FND_USER and FND_ORACLE_USERID tables should be backed up before changing any passwords.
Comments
Post a Comment