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: restrict access to certain columns only

RE: restrict access to certain columns only

From: Ashish <ash03_at_att.net>
Date: Fri, 11 Apr 2003 10:48:08 -0800
Message-ID: <F001.0057FB41.20030411104808@fatcity.com>


restrict access to certain columns onlyThis can be done by giving column level grants.

grant update(column_name) on table_name to user_name;

-Ashish

OCP DBA
  -----Original Message-----
  From: root_at_fatcity.com [mailto:root_at_fatcity.com]On Behalf Of Daiminger, Helmut
  Sent: Friday, April 11, 2003 10:37 AM
  To: Multiple recipients of list ORACLE-L   Subject: restrict access to certain columns only

  Hi!

  What would be the best way to restrict users' access to certain columns of a table?

  e.g. User1 owns a table and want to grant user2 the right to update only certain columns in that table. What would be the best way to implement this?

  Using a view and granting user2 update rights on the view?

  This is 9.2 on Solaris.

  Thanks,
  Helmut

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Ashish
  INET: ash03_at_att.net

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services

---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Fri Apr 11 2003 - 13:48:08 CDT

Original text of this message

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