I need to grant select permission for all tables owned by a specific user to another user. Can I do this with a single command along the lines of:
Grant Sel
yes, its possible, run this command:
lets say you have user called thoko
thoko
grant select any table, insert any table, delete any table, update any table to thoko;
note: worked on oracle database