OCI-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.
        
     
    
    
        OCI-40489
        keyword ASCII not valid for this column
        
        
        Cause
        A JSON_TABLE column with JSON_VALUE semantics could not be pretty printed.
        Action
        Change column semantics to JSON_QUERY or remove keyword ASCII.
        
     
    
    
        OCI-40489
        keyword ASCII not valid for this column
        
        
        Cause
        A JSON_TABLE column with JSON_VALUE semantics could not be pretty printed.
        Action
        Change column semantics to JSON_QUERY or remove keyword ASCII.