Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Column Access

Re: Column Access

From: Tanel Põder <tanel.poder.003_at_mail.ee>
Date: Fri, 11 Mar 2005 16:16:14 -0500
Message-ID: <016e01c5267f$8f439440$54d58640@porgand>


Hi,

This can be done with fine grained access control, available from 8i. Look at dbms_rls package...
Otherwise it could be done with separate views as well...

Tanel.

>

> I have read where you can grant access to a column to a user/role. I
> need to take it one step further. I need to restrict access to the
> column if it is for a certain group of people. i.e. I have supervisors
> and mechanics. Everyone can look at the salary column, except that
> mechanics can only look at mechanics, but supervisors can look at
> everyone. Can this be done with grants? The alternative is two
> separate databases and that seems extreme. If not with a grant is there
> a better way?
--
http://www.freelists.org/webpage/oracle-l
Received on Fri Mar 11 2005 - 16:47:45 CST

Original text of this message

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