ORA-40463
        JSON_QUERY only can use min()/max() aggregate trail functions
        
        
        Cause
        The provided trail function cannot be used in JSON_QUERY.
        Action
        Remove the provided trail function and use min()/max() aggregate trail functions only.
        
     
    
    
        ORA-40463
        JSON path expression contained an invalid variable name
        
        
        Cause
        The provided JavaScript Object Notation (JSON) path expression contained a variable name that was not used in the PASSING clause.
        Action
        Ensure that the variable names in the path expression and PASSING clause match.
        
     
    
    
        ORA-40463
        JSON path expression contained an invalid variable name
        
        
        Cause
        The provided JavaScript Object Notation (JSON) path expression contained a variable name that was not used in the PASSING clause.
        Action
        Ensure that the variable names in the path expression and PASSING clause match.