create user new_user identified by new_user;
grant connect to new_user;grant select on user_1.table_3 to new_user;
grant update on user_1.table_3 to new_user;
grant delete on user_1.table_3 to new_user;
grant insert on user_1.table_3 to new_user;grant select on user_1.table_4 to new_user;
grant update on user_1.table_4 to new_user;
grant delete on user_1.table_4 to new_user;
grant insert on user_1.table_4 to new_user;