User Privilege Views
You can view the privileges granted to each user through certain views.
Table 2-3 System Views for User Privileges
| View Name | Description | 
|---|---|
| 
 | Returns all of the system privileges granted to the current user. | 
| 
 | Returns the list of system privileges granted to all users and inherited from the  | 
| 
 | Returns all of the object privileges granted to the current user. | 
| 
 | Returns the results of both  | 
| 
 | Returns the object privileges granted to all users and inherited from the  | 
This example displays the system privileges granted to all users:
Command> SELECT * FROM SYS.DBA_SYS_PRIVS; < SYS, ADMIN, YES > < SYSTEM, ADMIN, YES > < TERRY, ADMIN, YES > < TERRY, CREATE ANY TABLE, NO > < PAT, CACHE_MANAGER, NO > 5 rows found.
Note:
See System Tables and Views in Oracle TimesTen In-Memory Database System Tables and Views Reference.