ORA-29834
        REF data type is not supported with operators.
        
        
        Cause
        An attempt was made to create an operator binding that contained at least one REF data type argument.
        Action
        Create the operator without using a REF data type.
        
     
    
    
        ORA-29834
        REF datatype not supported with operators
        
        
        Cause
        The user specified a REF datatype which is not supported in CREATE OPERATOR.
        Action
        Reissue the CREATE OPERATOR statement without the REF datatype.
        
     
    
    
        ORA-29834
        REF datatype not supported with operators
        
        
        Cause
        The user specified a REF datatype which is not supported in CREATE OPERATOR.
        Action
        Reissue the CREATE OPERATOR statement without the REF datatype.