Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Grant select on all tables of other user
Matthias Hoys wrote:
> "DA Morgan" <damorgan_at_x.washington.edu> wrote in message > news:1112398616.594650_at_yasure... >
> > > OK, but this is not what I would like to do. This way you have to specify > grants for each table. If a new table is added, a new SELECT grant has to be > given. Would it be possible to give this grants automatically each time a > new table is added ?
You may not want to but there is No alternative.
If for multiple users you would create a role and grant SELECT to the role and then the role to multiple users. But there is no concept of grant privileges to a schema's objects in Oracle. Something for which I, and anyone concerned with security, should be very grateful.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace 'x' with 'u' to respond)Received on Fri Apr 01 2005 - 17:55:24 CST
![]() |
![]() |