Skip to main content

what are the steps to reset the password for the app owner,

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.