|
Explanation: The USER_COL_PRIVS data dictionary view will show the object privileges granted to the user on specific columns. Incorrect Answers: 1: There is no USER_TAB_PRIVS_MADE view in Oracle. 2: The USER_TAB_PRIVS data dictionary view is used to show the object privileges granted to the user on the tables, not specific columns. 3: There is no USER_COL_PRIVS_MADE view in Oracle. OCP Introduction to Oracle 9i: SQL Exam Guide, Jason Couchman, p. 356-365 Chapter 8: User Access Control in Oracle
|