[Home] [Help]
[Dependency Information]
| Object Name: | DBA_XSTREAM_ADMINISTRATOR |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Users granted the privileges to be a XStream administrator
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| USERNAME | VARCHAR2 | (128) | Yes | Name of the user who has been granted privileges to be XStream administrator |
| PRIVILEGE_TYPE | VARCHAR2 | (7) | Type of privilege granted | |
| GRANT_SELECT_PRIVILEGES | VARCHAR2 | (3) | Whether to grant select privileges | |
| CREATE_TIME | TIMESTAMP(6) | (11) | Timestamp for the granted privilege |
Cut, paste (and edit) the following text to query this object:
SELECT USERNAME
, PRIVILEGE_TYPE
, GRANT_SELECT_PRIVILEGES
, CREATE_TIME
FROM SYS.DBA_XSTREAM_ADMINISTRATOR;
SYS
XSTREAM$_PRIVILEGES
PUBLIC
DBA_XSTREAM_ADMINISTRATOR
SYS
DBMS_LOGREP_UTIL
- show dependent code
DBMS_XSTREAM_AUTH_IVK
- show dependent code
|
|
|
|