Block user access to certain tables
Hello All,
Need to know how to create a new user in Oracle database 11G R2 [11.2.0.3] which should have only SELECT access to all the tables except for few tables.
Example: F0000 F0111 F01020 F99999 F88888 F19999 F29999 F49999 F79999 F889999
Out of the above tables 10 tables, only F01020 & F88888 table SELECT access should not be there for the new user.
Thanks in Advance.