ORA-40485
        keyword PRETTY not valid for column "string"
        
        
        Cause
        A JSON_TABLE column could not be pretty-printed because it had no JSON_QUERY semantics.
        Action
        Change the column semantics to JSON_QUERY or remove the keyword PRETTY.
        
     
    
    
        ORA-40485
        keyword PRETTY 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 the keyword PRETTY.
        
     
    
    
        ORA-40485
        keyword PRETTY 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 the keyword PRETTY.