Error:
APP-FND-02704: Unable to alter user APPLSYS to change password.
Oracle error 28003: has been detected in alterpassword2.
SYS@PROD> select username,profile from dba_users where username like ‘APP%’;
USERNAME PROFILE
——————– —————
APPS_NE EBS_APPS
APPS EBS_APPS
APPLSYS EBS_APPS
Solution:
alter user APPLSYS PROFILE DEFAULT;
alter user APPS_NE profile default;
alter user APPS profile default;
Output:
[applmgr@server01 ~]$ FNDCPASS apps/password 0 Y system/password SYSTEM APPLSYS newappspassword
Log filename : L703682.log
Report filename : O703682.out
[applmgr@server01 ~]$ cat L703682.log
+—————————————————————————+
Application Object Library: Version : 12.2
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
FNDCPASS:
+—————————————————————————+
Current system time is 09-APR-2020 00:26:04
+—————————————————————————+
Arguments
FNDCPASS system/***** SYSTEM APPLSYS *****
+—————————————————————————-+
Working…
FNDCPASS completed successfully.
+—————————————————————————+
Concurrent request completed successfully
Current system time is 09-APR-2020 00:26:07
+—————————————————————————+