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!

Allowing a user to create/drop tables in another users schema

624226Jul 13 2010 — edited Jul 13 2010
We have a central shared schema (TEAM). So we can monitor who is doing what users have there own login(USER1, USER2...). Is there a way to allow a user to create/drop objects in another user.

I.e.

SQL> connect USER1
SQL> create team.table1(col1 char(1));
SQL> drop table team.table1:

How can this be set up?
Ben
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 10 2010
Added on Jul 13 2010
18 comments
2,907 views