Tag Archives: Hibernate

PostgreSQL: Index contains unexpected zero page at block 0

PostgreSQL: Index contains unexpected zero page at  block 0

This is a short notice about a problem I recently faced using PostgreSQL 8.4.2. with Hibernate. I was not able to find out why it exacly occurs, but at least I provide a solution to you. I appreciate, if you can support this article with an explanation, why this error occurs.

HowTo: DBCP im Apache Tomcat 6

Was ist DBCP? Das Kürzel DBCP steht für Database Connection Pool.  Ein DBCP ist in der Regel eine sich selbst verwaltende Einheit in der Datenzugriffsschicht eines Programms (Server/Anwendung). Ein DBCP bietet eine konfigurierbare Menge von Datenbankverbindungen an, welche von einer Anwendung on demand benutzt werden können. Nach der Benutung muss die Anwendung die Connection freigeben, [...]