Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> [Q] grant select on "column level security" failed?
I tried to grant "select" on "column level security" and failed (on 8.1.7 and 9.2). I heard some said "column level security" on work on "insert update and reference". Is it true? any other way to pass around?
SQL> grant select (update_date) on pay_update to user1; grant select (update_date) on pay_update to user1
*
ERROR at line 1:
ORA-00969: missing ON keyword
SQL> grant update (update_date) on pay_update to user1;
Grant succeeded.
Thanks.
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: dist cash
INET: mccdba_at_hotmail.com
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 Wed Jan 29 2003 - 09:24:48 CST
![]() |
![]() |