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


VIEW: SYS.PROXY_USERS

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

List of proxy users and the client on whose behalf they can act.

[View Source]

Columns
Name Datatype Length Mandatory Comments
PROXY VARCHAR2 (128) Yes Name of a proxy user
CLIENT VARCHAR2 (128) Yes Name of the client user who the proxy user can act as
AUTHENTICATION VARCHAR2 (3)
Indicates whether proxy is required to supply client's authentication credentials
FLAGS VARCHAR2 (35)
Flags associated with the proxy/client pair
Query Text

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


SELECT PROXY
,      CLIENT
,      AUTHENTICATION
,      FLAGS
FROM SYS.PROXY_USERS;

Dependencies

[top of page]

SYS.PROXY_USERS references the following:

SchemaSYS
TablePROXY_INFO$
TableUSER$
SYS.PROXY_USERS is referenced by following:

SchemaPUBLIC
SynonymPROXY_USERS
SchemaSYS
ViewPROXY_USERS_AND_ROLES