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


VIEW: SYS.CDB_CODE_ROLE_PRIVS

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

Roles attached to the program units in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30) Yes Username of the owner of the object
OBJECT_NAME VARCHAR2 (30) Yes Object name
OBJECT_TYPE VARCHAR2 (9)
Object type
ROLE VARCHAR2 (30) Yes Attached role name
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      OBJECT_NAME
,      OBJECT_TYPE
,      ROLE
,      CON_ID
FROM SYS.CDB_CODE_ROLE_PRIVS;

Dependencies

[top of page]

SYS.CDB_CODE_ROLE_PRIVS does not reference any database object

SYS.CDB_CODE_ROLE_PRIVS is referenced by following:

SchemaPUBLIC
SynonymCDB_CODE_ROLE_PRIVS