ORA-31103
        cannot obtain an exclusive lock on the resource because it is already locked in shared mode
        
        
        Cause
        An exclusive lock could not be obtained because the resource was already locked in shared mode.
        Action
        Choose a compatible lock mode such as a shared lock or wait for the shared lock to be released.
        
     
    
    
        ORA-31103
        Resource locked in shared mode. Cannot add exclusive lock
        
        
        Cause
        The resource is locked in shared mode. Cannot add a shared lock.
        Action
        Try locking in shared mode or unlocking the existing lock.
        
     
    
    
        ORA-31103
        Resource locked in shared mode. Cannot add exclusive lock
        
        
        Cause
        The resource is locked in shared mode. Cannot add a shared lock.
        Action
        Try locking in shared mode or unlocking the existing lock.