Re: sysadmin cannot connect
Posted by ErmanArslansOracleBlog on Sep 14, 2021; 6:56am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/sysadmin-cannot-connect-tp10260p10262.html
This issue is generic.
Check the password with the following;
select fnd_web_sec.validate_login('SYSADMIN','<password of SYSADMIN>') FROM DUAL;
select fnd_web_sec.validate_login('<other EBS username>',<password of GUEST>') FROM DUAL;
select fnd_web_sec.validate_login('GUEST',<password of GUEST (**1)>') FROM DUAL;
Follow -> All User Can't Login to EBS by "Login failed. Please verify your login information or contact the system administrator" Even If Using a Right Password (Doc ID 2680955.1)
and check -> Unable To Login into EBS With SYSADMIN User After Migrating To New Machine (Doc ID 1903562.1)