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


VIEW: SYS.CDB_PROXIES

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

Information about all proxy connections in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
PROXY VARCHAR2 (30)
Name of the proxy user
CLIENT VARCHAR2 (30) 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 (30)
Name of the role referenced in authorization constraint
PROXY_AUTHORITY VARCHAR2 (9)
Indicates where proxy permissions are managed
CON_ID NUMBER

container id
Query Text

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


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

Dependencies

[top of page]

SYS.CDB_PROXIES does not reference any database object

SYS.CDB_PROXIES is referenced by following:

SchemaPUBLIC
SynonymCDB_PROXIES