Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2
-
Component/s: Authentication
-
Labels:None
-
Environment:Linux Red hat
-
Database:Oracle
-
Affected Branches:MOODLE_18_STABLE
-
Fixed Branches:MOODLE_18_STABLE, MOODLE_19_STABLE
Description
Running auth/db/auth_db_sync_users.php does not retrieve the data from a oracle database, checking using another script the records are retrieved.
In modle/auth/db/auth.php file inside get_userlist() function i do debug the $result variable using:
print_r($result);
and it returns me an array of 30 000 positions (my 30000 records from oracle db) all with empty values.