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: grants on columns

Re: grants on columns

From: A. Bardeen <abardeen1_at_yahoo.com>
Date: Thu, 18 May 2000 12:00:45 -0700 (PDT)
Message-Id: <10501.106053@fatcity.com>


Ed,

Column level privileges are limited to insert, update, and references. For select you'll need to create a view which limits the columns displayed.

GRANT <privilege> (<column>) ON <table> TO <user>;

  <column> can be a comma separated list of columns

HTH,


Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger. Received on Thu May 18 2000 - 14:00:45 CDT

Original text of this message

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