DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.DBA_CONNECT_ROLE_GRANTEES

Object Details
Object Name: DBA_CONNECT_ROLE_GRANTEES
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Information regarding which users are granted CONNECT

[View Source]

Columns
Name Datatype Length Mandatory Comments
GRANTEE VARCHAR2 (128)
User or schema to which CONNECT is granted
PATH_OF_CONNECT_ROLE_GRANT VARCHAR2 (4000)
The path of role inheritence through which the grantee is granted CONNECT
ADMIN_OPT VARCHAR2 (3)
If the grantee was granted the CONNECT role with Admin Option
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT GRANTEE
,      PATH_OF_CONNECT_ROLE_GRANT
,      ADMIN_OPT
FROM SYS.DBA_CONNECT_ROLE_GRANTEES;

Dependencies

[top of page]

SYS.DBA_CONNECT_ROLE_GRANTEES references the following:

SchemaSYS
ViewDBA_ROLE_PRIVS
TableUSER$
SYS.DBA_CONNECT_ROLE_GRANTEES is referenced by following:

SchemaPUBLIC
SynonymDBA_CONNECT_ROLE_GRANTEES