OCI-29966
        Cannot drop the operator binding. At least one function binding is required.
        
        
        Cause
        An attempt was made to drop the only or last binding of an operator.
        Action
        To drop the operator, use the DROP OPERATOR statement instead.
        
     
    
    
        OCI-29966
        The only binding of an operator cannot be dropped
        
        
        Cause
        This operator only has one binding.  It cannot be dropped using Alter Operator Drop Binding.
        Action
        If you wish to drop the entire operator, call Drop Operator.
        
     
    
    
        OCI-29966
        The only binding of an operator cannot be dropped
        
        
        Cause
        This operator only has one binding.  It cannot be dropped using Alter Operator Drop Binding.
        Action
        If you wish to drop the entire operator, call Drop Operator.