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


VIEW: SYS.CDB_STREAMS_ADMINISTRATOR

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

Users granted the privileges to be a streams administrator in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
USERNAME VARCHAR2 (30) 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
CON_ID NUMBER

container id
Query Text

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


SELECT USERNAME
,      LOCAL_PRIVILEGES
,      ACCESS_FROM_REMOTE
,      CON_ID
FROM SYS.CDB_STREAMS_ADMINISTRATOR;

Dependencies

[top of page]

SYS.CDB_STREAMS_ADMINISTRATOR does not reference any database object

SYS.CDB_STREAMS_ADMINISTRATOR is referenced by following:

SchemaPUBLIC
SynonymCDB_STREAMS_ADMINISTRATOR