Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Won't Fix
-
Affects Version/s: 1.9.2
-
Fix Version/s: None
-
Component/s: Database SQL/XMLDB
-
Labels:None
-
Environment:oracle 10.2.0.1.0
Solaris Coolstack
-
Database:Oracle
-
Affected Branches:MOODLE_19_STABLE
Description
we use OCI8 1.2.5 (pecl), because of the curso leak problems in 1.2.4
BUT we have performance problems, maybe the problem with the cursor leaks again in version 1.2.5.....?!
suddenly the 4/5 normal sessions (60 users in one minute in moodle) on the database server expand to 700...and we have to start it up again...after half an hour...the webserver processes also rise to this levels...
when we restart the database, everything wents back to normal...
is there anything we can do?
maybe set a timetolive somewhere?
downgrade to oci8 1.2.3?
have downgraded to oci8 1.2.3, but the problems stay...
another oddity:
cron.php always hangs at deleting the old logs...
in cron.php at:
if (delete_records_select("log", "time < '$loglifetime'")) {
maybe something with the logs...?! (we now have logs for ~15 days due to the fact, that we can't delete them (with cron))