Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

select any table except few tables

User_4WRIFApr 28 2015 — edited Apr 28 2015

11g database:

--------------------

I want to grant a user select privilege on all tables except few tables.  I thought of granting "Select any table", but this doesn't work as few tables he shouldn't access.

2nd way is to go schema wise and grant select privileges...one by one using script.  But this is time consuming as we have huge number of tables.

Is there any other way using which we can accomplish this easily.

This post has been answered by John Stegeman on Apr 28 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 26 2015
Added on Apr 28 2015
4 comments
2,287 views