• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

No more data to read from socket.

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I'm using Weblogic8.1 SP5 as application server and Oracle 9i as Database.
My application was working fine with oracle 9i and due to some reason the old DB carshed and i deleted the DB. Then i creadted a new database in the same oracle Server. Now my application is giving some issue while reteiving some data from the oracle DB.

the exception is " no more data to read from socket".

i analysed that and found that there s no issue with the Application Server because its working fine with some other old Oracle DB with the same set of data.

Can anyone help me out to solve this issue.

Thanks in advance

Ajay
 
reply
    Bookmark Topic Watch Topic
  • New Topic