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


VIEW: SYS.PROXY_USERS_AND_ROLES

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

List of all proxies, clients and roles.

[View Source]

Columns
Name Datatype Length Mandatory Comments
PROXY VARCHAR2 (128) Yes Name of the proxy user
CLIENT VARCHAR2 (128) Yes Name of the client user
FLAGS VARCHAR2 (35)
Flags corresponding to the proxy/client combination
ROLE VARCHAR2 (128) Yes Name of the role that a proxy can execute while acting on behalf of the client
Query Text

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


SELECT PROXY
,      CLIENT
,      FLAGS
,      ROLE
FROM SYS.PROXY_USERS_AND_ROLES;

Dependencies

[top of page]

SYS.PROXY_USERS_AND_ROLES references the following:

SchemaSYS
ViewPROXY_ROLES
ViewPROXY_USERS
SYS.PROXY_USERS_AND_ROLES is referenced by following:

SchemaPUBLIC
SynonymPROXY_USERS_AND_ROLES