create role xtrole;
create role admin password 'admin' login in group xtrole;
create role test1 password 'test1' login in group xtrole;
create role test2 password 'test2' login in group xtrole;
create role test3 password 'test3' login in group xtrole;