Index: openacs-4/etc/config.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/config.tcl,v diff -u -r1.15 -r1.16 --- openacs-4/etc/config.tcl 9 Feb 2004 12:59:27 -0000 1.15 +++ openacs-4/etc/config.tcl 9 Feb 2004 15:24:43 -0000 1.16 @@ -328,6 +328,11 @@ ns_param postgres ${bindir}/nspostgres.so ;# Load PostgreSQL driver } +if { $database == "oracle" } { + ns_section "ns/db/driver/ora8" + ns_param maxStringLogLength -1 +} + # # Database Pools: This is how AOLserver ``talks'' to the RDBMS. You need # three for OpenACS: main, log, subquery. Make sure to replace ``yourdb''