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


VIEW: SYS.CDB_CONNECT_ROLE_GRANTEES

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

Information regarding which users are granted CONNECT in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
GRANTEE VARCHAR2 (30)
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
CON_ID NUMBER

container id
Query Text

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


SELECT GRANTEE
,      PATH_OF_CONNECT_ROLE_GRANT
,      ADMIN_OPT
,      CON_ID
FROM SYS.CDB_CONNECT_ROLE_GRANTEES;

Dependencies

[top of page]

SYS.CDB_CONNECT_ROLE_GRANTEES does not reference any database object

SYS.CDB_CONNECT_ROLE_GRANTEES is referenced by following:

SchemaPUBLIC
SynonymCDB_CONNECT_ROLE_GRANTEES