Oracle Consulting Oracle Training Oracle Support Development
Home
Catalog
Oracle Books
SQL Server Books
IT Books
Job Interview Books
eBooks
Rampant Horse Books
911 Series
Pedagogue Books

Oracle Software
image
Write for Rampant
Publish with Rampant
Rampant News
Rampant Authors
Rampant Staff
 Phone
 800-766-1884
Oracle News
Oracle Forum
Oracle Tips
Articles by our Authors
Press Releases
SQL Server Books
image
image

Oracle 11g Books

Oracle tuning

Oracle training

Oracle support

Remote Oracle

STATSPACK Viewer

Privacy Policy

 

   
 

ss

Oracle Tips by Burleson 

Column Privileges  

Only INSERT, UPDATE, and REFERENCES privileges can be granted at the column level. When granting INSERT at the column level, you must include all the NOT NULL columns in the row.

See Code Depot

For example:

GRANT  update (emp_id,emp_name)

See Code Depot    

As the DBA, you can access the DBA_COL_PRIVS view for information on the object privileges granted to users.       

Users can access the USER_COL_PRIVS_RECD view for information on column privileges that have been granted to them. The ALL_COL_PRIVS_RECD view includes information on all column privileges that have been granted to them or to PUBLIC.       

Users can access the USER_COL_PRIVS_MADE view for information on column privileges that they have granted to others. The corresponding ALL_COL_PRIVS_MADE view includes information on all columns for which the user is the owner or the grantor.       

Users can access information on all columns for which they are the grantor, grantee, or owner, or for which access has been granted to PUBLIC with the corresponding ALL_TAB_PRIVS_MADE and ALL_TAB_PRIVS_RECD views


www.oracle-script.com

Linux Oracle commands syntax poster

ION Oracle tuning software

Oracle data dictionary reference poster



Oracle Forum

BC Oracle consulting support training

BC remote Oracle DBA   

 

   

 Copyright © 1996 -2017 by Burleson. All rights reserved.


Oracle® is the registered trademark of Oracle Corporation. SQL Server® is the registered trademark of Microsoft Corporation. 
Many of the designations used by computer vendors to distinguish their products are claimed as Trademarks