Home > database >  The database problems
The database problems

Time:09-22

When start tomcat, regardless of the connection mysql or oracle will be submitted to the ORA - 01017: invalid username/password. Logon denied, the connection fails,

CodePudding user response:

This should be a cache problem, in eclipse, clear up the project and release again,

CodePudding user response:

Your other types of clients can connect? Such as remote connection in other places

CodePudding user response:

1, ORA - 01017: invalid username/password. Logon denied this error is the user name password mistake, can use up sqlplus or PLSQL tools such as the connection way of testing the target database is available,
2, if the mysql, won't appear ORA - 01017 error, this should be the problem of your profile, see some of your application configuration file, content is to match the object library to connect

CodePudding user response:

Invalid username/password. Logon denied is user name password mistake, can use up sqlplus or PLSQL tools such as connection is available,
If is not available, check the TOMMCAT under application configuration file. The properties configuration is correct

CodePudding user response:

The oracle client configuration monitoring, will ask for user name password to test the connection, listen if OK, there is something wrong with the code or that is in the configuration file information is wrong,

CodePudding user response:

Account password mistake
  • Related