Toad for Oracle (64-bit) version 25.1.20.5192
Got a nuisance ORA-SQL-PLSQL pop-up parser error on an insert statement, but the statement was ok and ran successfully.
The column that is flagged contains the following code:
, json_query(json_mergepatch(d.configuration_json
, '{"errorRules":[{"messagePrefix":"Application provided invalid, non monotonically increasing dts to muxer in stream","errorCountThreshold":3}]}')
, '$' returning clob pretty)
, 'A'
The last line containing , 'A' represents the next column in the insert statement and the comma in that line is the location of the error.
Would like to report the entire error message, but can't seem to capture it in the clipboard, despite the message telling you exactly how to do it.
"You may want to COPY this info (Ctrl-C) and then PASTE into your report", but Ctrl-C isn't working.
Regards,
Doug