-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
1.9.8
-
None
-
Moodle 1.9.8 on Linux running PHP 5.2.10, Apache 2, database is Oracle 10.1
-
Oracle
-
MOODLE_19_STABLE
On the course > import page we run into a problem if the user has course:update capability on more than 1000 courses.
In moodle/course/import/activities/mod.php there is a call to get_records_list:
$taught_courses = array();
if (!empty($tcourseids))
If $tcourseids has more than 100 items then we get Oracle error
ORA-01795: maximum number of expressions in a list is 1000
- is duplicated by
-
MDL-27071 Oracle cannot cope withan IN operator with more than 1000 conditions in it
-
- Closed
-