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


VIEW: SYS.CDB_STREAMS_STMT_HANDLERS

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

in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
HANDLER_NAME VARCHAR2 (128) Yes Name of the stmt handler
HANDLER_COMMENT VARCHAR2 (4000)
Comment of the stmt handler
CREATION_TIME TIMESTAMP(6) (11)
timestamp for script creation
MODIFICATION_TIME TIMESTAMP(6) (11)
timestamp for script modification
CON_ID NUMBER

container id
Query Text

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


SELECT HANDLER_NAME
,      HANDLER_COMMENT
,      CREATION_TIME
,      MODIFICATION_TIME
,      CON_ID
FROM SYS.CDB_STREAMS_STMT_HANDLERS;

Dependencies

[top of page]

SYS.CDB_STREAMS_STMT_HANDLERS does not reference any database object

SYS.CDB_STREAMS_STMT_HANDLERS is referenced by following:

SchemaPUBLIC
SynonymCDB_STREAMS_STMT_HANDLERS