EBS R12.XX SYSADMIN Password Reset


Oracle R12.XXseries sysadmin user is administrator user of the R12 system before the sysadmin password you should have the following authority password

  • Apps  user
  • System  user

Changing SYSADMIN Password VIA  command

1 First we have to log in to the as oracle user and shutdown the application tier

2 Run the application environment variable

3  $FNDCPASS apps/abc@123 0 Y system/pass#123 USER SYSADMIN WELCOME   

This above command will be change sysadmin password to welcome

 Metalink id  [ID 437260.1]

 (FNDCPASS or AFPASSWD) [ID 437260.1]How to Change Applications Passwords using Applications Schema Password  Change Utility

Additional if you not have system password and apps password please follow steps

Changing the System password

1 su oracle
2  Run the DB Application environment variable 
3 sqlplus  / as sysdba     (OS level log in to oracle )
4 SQL> alter user system identified by pass#123;     (password change system account)
   Note :- system password will be change to pass#123

 Change the APPS password 

1 su oracle
2  Run the application environment variable 
3 Stop the application tier
FNDCPASS apps/apps 0 Y system/pass#123 SYSTEM APPLSYS abc@123

Note: - Apps password will be change to abc@123


Post a Comment

0 Comments