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: Making a user 'read only'

Re: Making a user 'read only'

From: Dave Haas <davidh_at_--nospam--hotmail.com>
Date: Tue, 13 Mar 2001 04:29:01 GMT
Message-ID: <hmhr6.14140$tr5.1633654@news1.telusplanet.net>

Hi Alex.

This might help:

  1. create user Joe
  2. log in as Joe and create objects
  3. create user Fred
  4. grant select on Joe's objects to Fred
  5. revoke create session from Joe.

HTH, Dave Haas

"Alex" <x17_at_oops.org.uk> wrote in message news:3AAD5834.CF1857D6_at_clockworkweb.com...
> Hi,
>
> I'm looking for a way to revoke all object privileges except SELECT on a
> user's *own* objects.
> Or for some other way to produce the same effect: that a user, although
> able to log in and read
> data from their tables, is unable to write. This is for an 8.0.5 server.
>
> I need to be able to do this at a user level -- so making the database
> read only isn't an option,
> nor is making their tablespace read only possible, as many users share a
> tablespace.
>
> I thought this would be a facile operation but, unless I'm missing the
> blindingly obvious[1], this doesn't
> appear to be the case.
>
> Cheers,
>
> [1] -- This is far from impossible.
> --
> Alex Hooper
>
Received on Mon Mar 12 2001 - 22:29:01 CST

Original text of this message

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