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: snapshot & privacy

Re: snapshot & privacy

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Tue, 27 Jan 2004 13:38:52 -0800
Message-ID: <1075239468.643395@yasure>


zeb wrote:

> Hi,
>
> I have a big table with data about several countries
> this table is replicated to the countries through snapshot + dblink .
> My problem is to forbid a country to see the data of the others countries.
> How can I protect a country to query the data from the others countries ?
> Any ideas ?
>
> Oracle 8.1.7.4
> AIX 4.3.3
>
> Thanks in advance

I can think of many ways ... from giving them access through a view to what would be my preference ... fine grained access control using the DBMS_RLS built-in package.

http://www.psoug.org/reference/dbms_rls.html

-- 
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Tue Jan 27 2004 - 15:38:52 CST

Original text of this message

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