• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Read Time Out Problem.

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

i am using oracle.jdbc.pool.OracleDataSource.setConnectionCacheProperties(java.util.Properties cp)throws java.sql.SQLException

i am setting the connection readtime out for 2 seconds, i am always getting readtime out exception and i am handling it properly.

Problem is after getting read time out exception(SQLException), i am not able to use connection object, if i use connection object it gives SQLException with description as closed connection.

i want to know whether readtime out will affects the connection object.

please reply.

Thanks In Advance,
Bennet Xavier X.

reply
    Bookmark Topic Watch Topic
  • New Topic