Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Second user with the same privileges
You may want to create a role SCOTT_U for Scott user. Then grant privileges
to the role and grant the role to Mike. Next you can either create public
synonyms for scott's tables or private synonyms as Mike to scott's tables.
Dave Turner
On Fri, Sep 15, 2000 at 06:10:26PM -0800, Helmut Daiminger wrote:
> Hi!
>
> We are having one schema (e.g. SCOTT) that holds all the objects for our
> application.
>
> What would be the best way to create another user (e.g. MIKE) who has acces
> to all tables und procedures that SCOTT owns? In other words: MIKE should
> have the same rights to the objects than SCOTT.
>
> Do I have to grant select, insert, update and delete on every table to MIKE
> or is there a better way to do it?
>
> Thanks,
> Helmut
>
> --
> Author: Helmut Daiminger
> INET: hdaiminger_at_vivonet.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Sat Sep 16 2000 - 11:22:03 CDT
![]() |
![]() |