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>.
  1. 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
  1. 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
  1. 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
  1. 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
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

Popular posts from this blog

ORA-06512: at SYS.DBMS_METADATA_UTIL Error

RC-00118: Error occurred during creation of database Raised by oracle.apps.ad.clone.ApplyDatabase

The install cannot proceed as service OracleServiceXE is present on the system