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_SYS_PRIVS

The USER_SYS_PRIVS view lists the system privileges of the current user.

Related views

SYS.DBA_SYS_PRIVS lists the system privileges granted to all users and to PUBLIC.

Columns

Column Type Description
USERNAME VARCHAR2(30) NOT NULL User name
PRIVILEGE VARCHAR2(40) NOT NULL Privilege name
ADMIN_OPTION VARCHAR2(3) NOT NULL Indicates whether the user can grant the privilege. Possible values are YES and NO.

The value is YES only for the ADMIN privilege.