Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.8
-
MOODLE_38_STABLE
-
MOODLE_38_STABLE
-
MDL-67187_master -
Description
We've got an error in the upgrade process and the site it can not be upgraded to 3.8dev+ (Build: 20191105) (2019110500.00)
Error writing to databaseMore information about this error |
|
Debug info: ORA-00932: inconsistent datatypes: expected - got CLOB |
UPDATE m_analytics_models set contextids = null |
WHERE contextids = :o_zero or contextids = :o_null
|
[array (
|
'o_zero' => '0', |
'o_null' => 'null', |
)]
|
Error code: dmlwriteexception
|
|
|
Stack trace: line 489 of /lib/dml/moodle_database.php: dml_write_exception thrownline 277 of /lib/dml/oci_native_moodle_database.php: call to moodle_database->query_end()line 1076 of /lib/dml/oci_native_moodle_database.php: call to oci_native_moodle_database->query_end()line 3760 of /lib/db/upgrade.php: call to oci_native_moodle_database->execute()line 1817 of /lib/upgradelib.php: call to xmldb_main_upgrade()line 518 of /admin/index.php: call to upgrade_core() |
Previous version: 3.7.2+ (Build: 20191105) (2019102500.04)
New version: 3.8dev+ (Build: 20191105) (2019110500.00)
I've worked with https://github.com/moodlehq/moodle-docker to use Oracle and Apache.
I've attached a screenshot of the error and another screenshot with the oracle configuration to test it.
Attachments
Issue Links
- Discovered while testing
-
MDLQA-13829 CLONE - Upgrade test from previous version of Moodle on Oracle with Apache
-
- Passed
-