diff --git a/src/modules/Oracle/oracle.c b/src/modules/Oracle/oracle.c
index 1a53b201471ca6a9afd04bcee44ab6d4336aca6a..64ffef57df15eb220aa5cff225ba380bdbeb1df8 100644
--- a/src/modules/Oracle/oracle.c
+++ b/src/modules/Oracle/oracle.c
@@ -1,5 +1,5 @@
 /*
- * $Id: oracle.c,v 1.35 2000/04/04 22:03:15 hubbe Exp $
+ * $Id: oracle.c,v 1.36 2000/04/06 05:41:27 hubbe Exp $
  *
  * Pike interface to Oracle databases.
  *
@@ -41,12 +41,12 @@
 #include <oci.h>
 #include <math.h>
 
-RCSID("$Id: oracle.c,v 1.35 2000/04/04 22:03:15 hubbe Exp $");
+RCSID("$Id: oracle.c,v 1.36 2000/04/06 05:41:27 hubbe Exp $");
 
 
 #define BLOB_FETCH_CHUNK 16384
 
-#define ORACLE_DEBUG
+/* #define ORACLE_DEBUG */
 #define ORACLE_USE_THREADS
 #define SERIALIZE_CONNECT