json_object won't work on a non-UTF8 db says Doc ID 2363165.1 - but how about bug 24693010 ?
Hello,
We stumbled upon the limitation of the json_object function explained in Doc ID 2363165.1
It says that, in order to use JSON_OBJECT, your database characterset has to be UTF8. It contains no bug mentioning.
And indeed, we get ORA-40474 on our WE8MSWIN1252 database with special characters.
But in the list of known bugs in the readme of release 12.2 on https://docs.oracle.com/en/database/oracle/oracle-database/12.2/readm/json-known-bugs.html#GUID-A338E430-7F84-4DF0-BD5B-F37B874D6CAE
different problems with other character sets are mentioned with different bug numbers. Does one of them solve this issue ?