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


VIEW: SYS.DBA_APPLICATION_ROLES

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

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROLE VARCHAR2 (128) Yes Name of Application Role
SCHEMA VARCHAR2 (128) Yes Schema name of authorizing package
PACKAGE VARCHAR2 (128) Yes Name of authorizing package
Query Text

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


SELECT ROLE
,      SCHEMA
,      PACKAGE
FROM SYS.DBA_APPLICATION_ROLES;

Dependencies

[top of page]

SYS.DBA_APPLICATION_ROLES references the following:

SchemaSYS
TableAPPROLE$
TableUSER$
SYS.DBA_APPLICATION_ROLES is referenced by following:

SchemaPUBLIC
SynonymDBA_APPLICATION_ROLES