Oracle® Database Reference 10g Release 1 (10.1) Part Number B10755-01 |
|
|
View PDF |
PROXY_USERS
describes users who can assume the identity of other users.
Column | Datatype | NULL | Description |
---|---|---|---|
PROXY |
VARCHAR2(30) |
NOT NULL |
Name of the client whose identity a proxy may assume |
CLIENT |
VARCHAR2(30) |
NOT NULL |
Name of a user which assume the identity of a client |
ROLE |
VARCHAR2(30) |
Name of a role that a proxy user may or may not activate while acting as a client | |
FLAGS |
VARCHAR2(35) |
Indicates whether or not a proxy can activate all client roles, no client roles, or a specific client role |