0

PLSQL can connect to oracle, but the project can not be connected, it will report errors when it is started, but it should not be the problem of code, because everyone of the code is pulled down from git. I've tried re-installing jdk, re-pulling maven library, and even installing virtual machines, is still not good, or report the same error. error report 1 error report 2 error report 3

4
  • Please share the full stacktrace. What you shared is not the important part of it. Maybe the credentials for connection are incorrect Commented Jul 5, 2019 at 6:16
  • are you able to connect to database from your application server? Commented Jul 5, 2019 at 6:16
  • Don't just go wild reinstalling everything. It is just a database connection error. If you can publish the entire log and database configuration of your application, then we will be able to help you. Commented Jul 5, 2019 at 8:01
  • PL/SQL is already within the database and part of it, so it does not connect to it. Commented Jul 6, 2019 at 22:29

1 Answer 1

1

The error occurs when your database is down hence the connection refused error or your credentials are wrong. It would help if we could look at your code.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.