reconnect « Oracle « JPA Q&A





1. Oracle auto-reconnect    forum.hibernate.org

Hi folk, how to obtain the same as "jdbc:mysql:/localhost/mydb?autoReconnect=true" with oracle jdbc driver? Assuming actually, even with MySql, using the autoReconnect parameter is not recommended (http://www.theserverside.com/news/thread.tss?thread_id=24137#111947). I don't use Hibernate connection pool but DBCP (with tomcat) and this not help: "true": after 8 hours of inactivity I get "connection error" exception. Can c3p0 help? 100 Is c3p0 really "enterprise ...