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.







_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail

--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: dist cash
INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to