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: Drop user cascade -> object privileges from other users dissapear.

Re: Drop user cascade -> object privileges from other users dissapear.

From: John Durst <jdurst_at_sky.net>
Date: Wed, 30 Sep 1998 10:48:49 -0500
Message-ID: <361252E0.5B7C7C4D@sky.net>


This is the normal functionality of object level privileges in Oracle. To avoid this, grant object privileges to roles and roles to users.

Loy&Hutz wrote:

> Drop user cascade -> object privileges from other users dissapear.
>
> When I delete a user, it seems as if all object privileges this user
> granted to other users disappears,
> although I worked with the grant option.
>
> e.g.
>
> User X creates UserY
>
> User X:
>
> GRANT SELECT, INSERT, UPDATE, DELETE, REFERENCES ON UserZ..Table1 TO UserY
> WITH GRANT OPTION
>
> all ok.
>
> DROP UserX CASCADE
>
> (Cascade because UserX owns a lot of views)
>
> The object privileges from UserY (for tables from User Z) disappears too !
> But I wan´t to keep them.
>
> Is this normal ?
> Is there a way to prevent this behaviour ?
>
> Greetings Sven Kunze
Received on Wed Sep 30 1998 - 10:48:49 CDT

Original text of this message

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