CREATE ROLE role_name [ { INIT | INITIALLY } USER user_name[, user_name_1 [, ...] ]
SQL> CREATE ROLE test_role1 INIT USER test_user1,test_user2;