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


VIEW: SYS.DBA_PROXIES

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

Information about all proxy connections

[View Source]

Columns
Name Datatype Length Mandatory Comments
PROXY VARCHAR2 (128)
Name of the proxy user
CLIENT VARCHAR2 (128) Yes Name of the client user who the proxy user can act on behalf of
AUTHENTICATION VARCHAR2 (3)
Indicates whether proxy is required to supply client's authentication credentials
AUTHORIZATION_CONSTRAINT VARCHAR2 (35)
Indicates the proxy's authority to exercise roles on client's behalf
ROLE VARCHAR2 (128)
Name of the role referenced in authorization constraint
PROXY_AUTHORITY VARCHAR2 (9)
Indicates where proxy permissions are managed
Query Text

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


SELECT PROXY
,      CLIENT
,      AUTHENTICATION
,      AUTHORIZATION_CONSTRAINT
,      ROLE
,      PROXY_AUTHORITY
FROM SYS.DBA_PROXIES;

Dependencies

[top of page]

SYS.DBA_PROXIES references the following:

SchemaSYS
TablePROXY_INFO$
TablePROXY_ROLE_INFO$
TableUSER$
SYS.DBA_PROXIES is referenced by following:

SchemaPUBLIC
SynonymDBA_PROXIES