Index: openacs-4/packages/acs-bootstrap-installer/db-init-checks-oracle.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/db-init-checks-oracle.tcl,v diff -u -N -r1.8 -r1.9 --- openacs-4/packages/acs-bootstrap-installer/db-init-checks-oracle.tcl 10 Jan 2007 21:22:02 -0000 1.8 +++ openacs-4/packages/acs-bootstrap-installer/db-init-checks-oracle.tcl 7 Aug 2017 23:47:46 -0000 1.9 @@ -15,7 +15,7 @@ append my_errors "(db_bootstrap_checks) Internal error accessing pool \"$pool\".
" set my_error_p 1 } else { # DRB: The aD code didn't deallocate the database handle if either of the following - # errors occured. Boo hiss... + # errors occurred. Boo hiss... if { [catch { ns_ora 1row $db "select sysdate from dual" }] || [catch { ns_ora exec_plsql_bind $db { begin :1 := 37*73; end; } 1 "" }] } { append my_errors "Database pool \"$pool\" has been configured with an old version of the Oracle driver. You'll need version 2.3 or later.
" @@ -69,7 +69,7 @@ # Oracle should provide ctxhx global env - # How the hell we'd get this far without ORACLE_HOME is beyond me, but they wanna + # How the hell we'd get this far without ORACLE_HOME is beyond me, but they want to # check, so let them check! if {![info exists env(ORACLE_HOME)]} { append my_errors "
  • @@ -205,3 +205,9 @@ set my_error_p 1 } } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: