How to approach a “Got minus one from a read call” error when connecting to an Amazon RDS Oracle instance

前端 未结 5 1666
甜味超标
甜味超标 2020-11-27 16:52

I\'m running Oracle 11GR2 on an Amazon RDS instance. occasionally I get an IO Error: Got minus one from a read call when making a call to DriverManager.ge

5条回答
  •  情话喂你
    2020-11-27 17:30

    in my case, I got the same exception because the user that I configured in the app did not existed in the DB, creating the user and granting needed permissions solved the problem.

提交回复
热议问题