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

Part Number E13070-03
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.DBA_SYS_PRIVS

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

Required privileges

ADMIN

Related views

SYS.USER_SYS_PRIVS lists system privileges granted to the current user.

Columns

Column Type Description.
GRANTEE VARCHAR2(30) NOT NULL Name of the user with the privilege
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.