Login  Register

db connection error after APPS password change

Posted by VinodN on Feb 15, 2025; 7:06am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/db-connection-error-after-APPS-password-change-tp12919.html

Hello Erman, in our 12.2 EBS, facing this issue after APPS pwd change:

    Trying to connect using APPS_JDBC_URL
WARNING:     Exception occurred: java.sql.SQLException: ORA-01017: invalid username/password; logon denied

    Trying to get connection using SERVICE based connect descriptor
getConnection() -->

WARNING:     Exception occurred: Listener refused the connection with the following error:
ORA-12514, TNS:listener does not currently know of service requested in connect descriptor

WARNING:     Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
ORA-12514, TNS:listener does not currently know of service requested in connect descriptor

    Connection could not be obtained; returning null


But from sqlplus I am able to connect using the same password.