Index: openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl,v diff -u -r1.57 -r1.58 --- openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 4 Mar 2005 23:09:17 -0000 1.57 +++ openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 14 Apr 2005 17:33:38 -0000 1.58 @@ -192,7 +192,7 @@ # These are the default driverkey values, if they are not set # in the config file: - if { [string equal $driver {Oracle8}] } { + if { [string match Oracle* $driver] } { set driverkey {oracle} } elseif { [string equal $driver {PostgreSQL}] } { set driverkey {postgresql}