SELECT USING JSON_VALUE FAILS WITH ORA-00600:[QJSNSETPARSERINPUT:STREAMS] ON 19.6
(Doc ID 2734703.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 19.6.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
On 19.6, the following query fails.
select json_value(to_clob('{a:1}'), '$..a') from dual;
select json_value(to_clob('{a:1}'), '$..a') from dual
*
ERROR at line 1:
ORA-00600: internal error code, arguments: [qjsnSetParserInput:streamS], [4], [5], [], [], [], [], [], [], [], [], []
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |