Database Error Messages

ORA-40489

keyword ASCII not valid for column "string"

Cause

The column did not have JSON_VALUE or JSON_QUERY semantics and and did not allow the ASCII printing option.


Action

Change the column semantics to JSON_VALUE or JSON_QUERY or remove the keyword ASCII.