Skip Headers

Oracle9i Database Reference
Release 2 (9.2)

Part Number A96536-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page Go to next page
View PDF

DBA_PROXIES

DBA_PROXIES displays Information about all proxy connections in the system.

Related View

USER_PROXIES displays information about connections the current user is allowed to proxy. This view does not display the PROXY column.

Column Datatype NULL Description

PROXY

VARCHAR2(30)

NOT NULL

Name of the proxy user

CLIENT

VARCHAR2(30)

NOT NULL

Name of the client user who the proxy user can act on behalf of

CREDENTIAL

VARCHAR2(18)

Credential passed by the proxy for the client (if any)

TYPE

VARCHAR2(5)

Type of the credential

VERSION

VARCHAR2(1)

Version of the credential

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

See Also:

"USER_PROXIES"