-
Bug
-
Resolution: Fixed
-
Major
-
1.9.10
-
SLES 11 SP1, Oracle 11i
-
Oracle
-
MOODLE_19_STABLE
-
MOODLE_19_STABLE
-
Easy
/enrol/ldap/enrol.php contains sql which has an Oracle reserved keyword ("...as user,1") in it, so the sql doesn't execute. (the error message is about "from" not being where it's expected. when you try to execute the select statement in PL/SQL Developer, it underlines the word "user" in the part about ...as user, telling you that it's a reserved keyword.)