Creating Mass users, Roles & Privilege
Hi All,
I REALLY NEED YOUR HELP ON THIS.
I am trying to compile a script to create 250 users and 3 different roles in Oracle (NT).
I HAVE THE 250 NAMES AND PASSWORDS SAVED ON A TEXT FILE.
How do i go by creating mass users and grant select on T1, T2, T3..to SELECT_ROLE on more 100+ tables) but there are 5 tables that they cannot select from.
THEN
Grant select, insert, update on T1,T2, T3, T4 to SELECT_INSERT_UPDATE_ROLE
and
Grant select, insert, update, delete ANY TABLE to SELECT_INSERT_UPDATE_DELETE_ROLE.
THERE'S GOT TO BE A BETTER WAY TO DO THIS WITHOUT CREATING USERS 1 BY 1.
Please send me step by step guide.
Richard