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: Newbie security question

Re: Newbie security question

From: missing <tonal_at_pestilence.net>
Date: Tue, 12 Sep 2000 15:46:23 +0100
Message-ID: <39BE41BF.7A358624@pestilence.net>

terry_stjean_at_my-deja.com wrote:
>
> We have 2 tablespaces, dev and prod (development and production). We
> have 2 users set up, devuser and produser. Devuser should have read
> access to tablespace prod as well as all data and object access to
> tablespace dev. Produser should have no access to tablespace dev and
> only data access to tablespace prod.
> What do I need to do to set this up this way.
>

Ensure the users default tablespaces are correct. Create identical schemas under each user. create role in PROD with select on all tables assign the role to user devuser.
should be all you need to do.

You do realise that the two schemas could reside in one tablespace and be visible
only to the owner (or those with specific permissions granted)? Received on Tue Sep 12 2000 - 09:46:23 CDT

Original text of this message

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