Forum OpenACS Q&A: Re: Fixes for Oracle 10g since OpenACS 5.1.5.x June 2005 ?,

Collapse
Posted by madhu s on
Andrew,

you might need to change this line in OACS5.2 code

packages/acs-bootstrap-installer/db-init-checks-oracle.tcl

proc db_bootstrap_checks { errors error_p } {

---
---

regexp {^[0-9]\.[0-9]\.[0-9]} [ns_set value $selection 0] match

----

---
}
that can only match 9i
apart from that i don't see any problem to run oacs

Thaks
Madhu

You also need to adapt version comparison -- for 10g (10.2.0.1), OpenACS picks up "10.2.0", and because this and "8.1.6" don't look like number, Tcl does a (dictionary) string comparison.

See https://openacs.org/bugtracker/openacs/bug?bug%5fnumber=2961 and its fix, patch # 800.