Grants on columns

It seems that there's no information about grants on columns in PL/SQL Developer's GUI.
e.g.:
grant update (col1,col2,col3,col4) on a_table to a_user;
select * from all_col_privs t where t.grantee='A_USER';

Then in GUI (Browser->Users->View) information about column privs is absent :(

It's really strange.
How come you haven't done this already?
 
There has been little demand for this feature. Apparently most developers grant privileges at the table level. I have added it to the list of enhancement requests though.
 
Back
Top