Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Granting privileges.

Re: Granting privileges.

From: David Fitzjarrell <oratune_at_aol.com>
Date: Mon, 04 Dec 2000 20:57:22 GMT
Message-ID: <90h0fe$jkf$1@nnrp1.deja.com>

In our last gripping episode Unmesh Laddha <unmesh_at_thinking-minds.com> wrote:
> Hi,
>
> I am trying to duplicate all privileges of one user to another user.
> What is the most effective way to do it?
> Any feedback is appreciated.
>
> Thanks,
>
> Unmesh
>
>

The long way around is to determine the privileges the one user has and then specifically grant those privileges to the other user. A more efficient approach would be to use roles; determine the privileges of the "source" user then create a role and grant those privileges to it. Grant this role to all users who would need the same privileges.

--
David Fitzjarrell
Oracle Certified DBA


Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Mon Dec 04 2000 - 14:57:22 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US