diff --git a/src/modules/Oracle/oracle.c b/src/modules/Oracle/oracle.c
index 9fd48f82fae11ae761fad65a99f65f10392043e7..c6e21e56a23d52a2c2bcf9487ca591a153301deb 100644
--- a/src/modules/Oracle/oracle.c
+++ b/src/modules/Oracle/oracle.c
@@ -1,5 +1,5 @@
 /*
- * $Id: oracle.c,v 1.31 2000/03/31 19:16:54 hubbe Exp $
+ * $Id: oracle.c,v 1.32 2000/04/04 20:31:50 hubbe Exp $
  *
  * Pike interface to Oracle databases.
  *
@@ -41,12 +41,12 @@
 #include <oci.h>
 #include <math.h>
 
-RCSID("$Id: oracle.c,v 1.31 2000/03/31 19:16:54 hubbe Exp $");
+RCSID("$Id: oracle.c,v 1.32 2000/04/04 20:31:50 hubbe Exp $");
 
 
 #define BLOB_FETCH_CHUNK 16384
 
-/* #define ORACLE_DEBUG */
+#define ORACLE_DEBUG
 #define ORACLE_USE_THREADS
 #define SERIALIZE_CONNECT