OCI-40563
        default value not allowed for object types
        
        
        Cause
        The error handler specified a default value and the returned data type was an object type. These cannot be combined.
        Action
        Use a scalar return type for the operator, or choose a different error handler such as 'NULL ON ERROR' or 'ERROR ON ERROR'.
        
     
    
    
        OCI-40563
        default value not allowed for object types.
        
        
        Cause
        The error handler specified a default value and the returned data type was an object type. These cannot be combined.
        Action
        Change either the return type or choose 'NULL ON ERROR' or 'ERROR ON ERROR' as error handler.
        
     
    
    
        OCI-40563
        default value not allowed for object types.
        
        
        Cause
        The error handler specified a default value and the returned data type was an object type. These cannot be combined.
        Action
        Change either the return type or choose 'NULL ON ERROR' or 'ERROR ON ERROR' as error handler.