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


VIEW: SYS.USER_PROXIES

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

Description of connections the user is allowed to proxy

[View Source]

Columns
Name Datatype Length Mandatory Comments
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
Query Text

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


SELECT CLIENT
,      AUTHENTICATION
,      AUTHORIZATION_CONSTRAINT
,      ROLE
FROM SYS.USER_PROXIES;

Dependencies

[top of page]

SYS.USER_PROXIES references the following:

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

SchemaPUBLIC
SynonymUSER_PROXIES