Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.5.3
-
Oracle
-
MOODLE_35_STABLE
-
MOODLE_35_STABLE, MOODLE_36_STABLE
-
MDL-64345-master -
Description
I tried to upgrade Moodle to version 3.5.3 (using ORACLE).
I got this error:
ORA-00932: inconsistent datatypes: expected - got CLOB |
The problem is caused by this query, because image field is a CLOB:
$updatesql = "UPDATE {oauth2_issuer}
|
SET image = :newimage
|
WHERE image = :oldimage";
|
in file: lib/db/upgrade.php line: 2322