what are the steps to reset the password for the app owner,
Solved
ifs 10 app owner password reset

Best answer by Srikanth
Hi,
You can login to SQL Prompt as SYS (DBA) user and issue the following command to change AppOwner password:
alter user ifsapp identified by <new_password> account unlock;
Alternatively, you can go to Oracle User Management screen in IFS and populate AppOwner account, RMB and Change Password.
This topic has been closed for comments
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.