Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.sql.SQLRecoverableException: No more data to read from socket for oracle 19c

Hello Team,
we are upgraded from oracle 11g to 19c . We have test & production database instance which are upgraded to 19c. On our local system environment there is java code which was connected to the local database server. but after upgradation no local database server environment is installed .the code on test web server was also connected to test database server with help of url-name, username ,and password which is declared in properties file. But as we don't have local database installed we are suggested to connect to test database and with the help of test-database-username , password we also successfully connected to test database from local environment. But after that test URL of the application is showing the below error
java.sql.SQLRecoverableException: No more data to read from socket
we are using Oracle 19c database and ojdbc 6 jdbc driver on test database. Our application is written in java6,jsp.
On local environment we are using ojdbc 6.jar driver.
So please let me know what is wrong . I need it on urgent basis.
Regards,
Umesh
annegirikar.umesh@gmail.com

Comments
Post Details
Added on Dec 19 2020
1 comment
5,652 views