ORA-28010
        cannot expire external users, global users, or users with no authentication method
        
        
        Cause
        If a user account was created as IDENTIFIED EXTERNALLY, IDENTIFIED GLOBALLY or NO AUTHENTICATION then this account password could not be expired.
        Action
        Only expire the password of a user that has PASSWORD as the AUTHENTICATION_TYPE in the DBA_USERS views.
        
     
    
    
        ORA-28010
        cannot expire external users, global users, or users with no authentication method
        
        
        Cause
        If a user account is created as IDENTIFIED EXTERNALLY, IDENTIFIED GLOBALLY, NO AUTHENTICATION, this account cannot be expired.
        Action
        Expire the password of a user that has "PASSWORD" as its AUTHENTICATION_TYPE in DBA_USERS views.
        
     
    
    
        ORA-28010
        cannot expire external users, global users, or users with no authentication method
        
        
        Cause
        If a user account is created as IDENTIFIED EXTERNALLY, IDENTIFIED GLOBALLY, NO AUTHENTICATION, this account cannot be expired.
        Action
        Expire the password of a user that has "PASSWORD" as its AUTHENTICATION_TYPE in DBA_USERS views.