ORA-01954
        DEFAULT ROLE clause cannot be specified in CREATE USER statement
        
        
        Cause
        The DEFAULT ROLE was specified in a CREATE USER statement.
        Action
        Do not specify the DEFAULT ROLE clause in CREATE USER statement. Instead, alter the user's default role after creating the user.
        
     
    
    
        ORA-01954
        DEFAULT ROLE clause not valid for CREATE USER
        
        
        Cause
        Default roles cannot be specified for create user.
        Action
        Grant and alter the user's default roles after creating the user.
        
     
    
    
        ORA-01954
        DEFAULT ROLE clause not valid for CREATE USER
        
        
        Cause
        Default roles cannot be specified for create user.
        Action
        Grant and alter the user's default roles after creating the user.