oracle - No more data to read from socket while copy data form one database to another using Hibernate -
in application using multiple databases. 1 database load object , in database save object. used different databases , different errors each time.
in 1 case got sql error 0600
. in case got table or view not exist
. in 1 case got no more data read socket
.
this error occurs in case of 1 table. others works well. select query working on specific table update , insert query causes error.
i using hibernate this.
Comments
Post a Comment