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!

Grant privileges to all objects

mohitanchliaJun 9 2009 — edited Jun 10 2009
Oracle 11.0.1.7.0:

When I create new user I do something like:
create user abc identified by abc

grant create session, create table, create views, create snapshot to abc - separate grant for each object
grant unlimited tablespace to abc;
So when I do that sometimes I forget privileges for sequences. Is there a way to give privilege in one sql to the user to let that user create table, views, session, tablespace etc.

Edited by: user628400 on Jun 9, 2009 5:35 PM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 8 2009
Added on Jun 9 2009
12 comments
888 views