[Home] [Help]
[Dependency Information]
| Object Name: | DBA_STREAMS_ADMINISTRATOR |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Users granted the privileges to be a streams administrator
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| USERNAME | VARCHAR2 | (128) | Yes | Name of the user who has been granted privileges to be streams administrator |
| LOCAL_PRIVILEGES | VARCHAR2 | (3) | YES, if user has been granted local Streams admininstrator privileges. NO, if the user does not have local Streams administrator privileges. | |
| ACCESS_FROM_REMOTE | VARCHAR2 | (3) | YES, if user can be used for remote Streams administration through a database link. NO, if the user cannot be used for remote Streams administration |
Cut, paste (and edit) the following text to query this object:
SELECT USERNAME
, LOCAL_PRIVILEGES
, ACCESS_FROM_REMOTE
FROM SYS.DBA_STREAMS_ADMINISTRATOR;
SYS
USER$
_DBA_STREAMS_PRIVILEGED_USER
PUBLIC
DBA_STREAMS_ADMINISTRATOR
SYS
DBMS_LOGREP_UTIL
- show dependent code
|
|
|
|