Login  Register

Re: Autoconfig failed with invalid login

Posted by ErmanArslansOracleBlog on May 09, 2022; 2:43pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Autoconfig-failed-with-invalid-login-tp10891p10892.html

You got an invalid user pass error. It is an ORA- error directly coming from the database. So it is a pure db error.. So it reaches the database but got the invalid user pass error.. Dont worry about that ORA-12514.. It just tries with a different conn string when it fails in the other attempts..

That may be due to some characters in your apps password.. -- given that your db version is a very old one..
Also check the db parameter named -> SEC_CASE_SENSITIVE_LOGON..

Bytheway, I see you re doing some checks using sqlplus.. Use the apps node for those test.. Use the sqlplus from the apps node and see whether or not you are able to connect to the database.

Read the documentation/Readme of those patches that you applied.. There may be additional actions that you need to perform.. We are dealing with a very old DB version here..