Skip Headers
Oracle® TimesTen In-Memory Database SQL Reference
Release 11.2.1

Part Number E13070-04
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

SYS.USER_TAB_PRIVS

The USER_TAB_PRIVS view lists the object privileges granted to the current user, the object privileges granted by the current user, and the list of object privileges granted for objects owned by the current user.

Related views

Columns

Column Type Description
GRANTEE VARCHAR2(30) NOT NULL Name of the user with the privilege
OWNER VARCHAR2(31) NOT NULL Object owner
TABLE_NAME VARCHAR2(31) NOT NULL Object name
GRANTOR VARCHAR2(30) NOT NULL Name of the user who granted the privilege
PRIVILEGE VARCHAR2(40) NOT NULL Privilege name
GRANTABLE VARCHAR2(3) NOT NULL Value is always NO.
HIERARCHY VARCHAR2(3) NOT NULL Value is always NO.