I am working an assignment project for university. Where I have four users admin, user, organizer and sponsor.
Now I don't want "ALL" privileges to all users. For example I want to set only select privilege to organizer for table FEST.
I know how to grant privilege to user from the SYSTEM user in oracle 10g. But I'm confused where to store the tables like FEST. Should I store under the user SYSTEM or organizer?