Oracle Database Error Solutions & DBA Knowledge Base

Welcome to Oracle Database Error Solutions, a professional technical knowledge base dedicated to helping Oracle Database Administrators, Oracle E-Business Suite administrators, developers, and IT professionals troubleshoot Oracle Database and Oracle Linux issues with confidence.

This website provides practical, real-world troubleshooting guides based on hands-on Oracle administration experience. You'll find detailed solutions for Oracle Database errors, RMAN backup and recovery, Data Guard, ASM, RAC, Oracle Linux administration, Oracle E-Business Suite (EBS), cloning, performance tuning, patching, installation, and day-to-day DBA tasks.

Whether you're resolving ORA-27101, ORA-28040, ORA-01555, ORA-12154, ORA-01017, or other Oracle errors, our step-by-step articles are designed to save you time and help you solve problems efficiently.

FNDCPASS change SYSADMIN APPS passwords

FNDCPASS change SYSADMIN APPS passwords

Applies to:
            Oracle Enterprise Linux – Version: 5
            Oracle EBS R12

Description:
            How to change SYSADMIN and APPS passwords

Solution:
            You can change SYSADMIN and APPS passwords as follow:

Change the SYSADMIN password:
Login to application manager user and execute the following command
[appltest@ebstest] FNDCPASS apps/apps 0 Y system/managerr USER SYSADMIN <new-password>
Log filename : L1234567.log
Report filename : O1234567.out


Change the APPS password:
changing the APPLSYS password change the APPS password:
Login to application manager user and execute the following command
[appltest@ebstest] FNDCPASS apps/apps 0 Y system/manager SYSTEM APPLSYS <new-password>
Log filename : L1234567.log
Report filename : O1234567.out


Run the autoconfig on all the nodes, autoconfig is configuring the Applications environment.

👉 Check our complete guide: Oracle Error Codes Guide

Author Box

About the Author

Rana Abdul Wahid is an experienced Oracle Database Administrator with expertise in Oracle Database Administration, Oracle Data Guard, RMAN Backup & Recovery, Oracle RAC, Oracle E-Business Suite, Performance Tuning, and High Availability Solutions.

Through this blog, he shares practical Oracle DBA solutions, troubleshooting guides, interview preparation resources, and production-tested best practices for database professionals worldwide.


Comments