Database Reference
ContentsOpens a new window
Opens a new window
Page 1350 of 2693

DBA_SYS_PRIVS

DBA_SYS_PRIVS describes system privileges granted to users and roles.


Column Datatype NULL Description

GRANTEE

VARCHAR2(128)

 

Grantee name, user, or role receiving the grant

PRIVILEGE

VARCHAR2(40)

 

System privilege

ADMIN_OPTION

VARCHAR2(3)

 

Indicates whether the grant was with the ADMIN option (YES) or not (NO)

COMMON

VARCHAR2(3)

 

Indicates how the grant was made. Possible values:

  • YES if the privilege was granted commonly (CONTAINER=ALL was used)

  • NO if the privilege was granted locally (CONTAINER=ALL was not used)


See Also:

"USER_SYS_PRIVSOpens a new window"

Previous PageOpens a new window
Page 1350 of 2693
Next PageOpens a new window