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


VIEW: SYS.DBA_STREAMS_STMT_HANDLERS

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

[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
Query Text

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


SELECT HANDLER_NAME
,      HANDLER_COMMENT
,      CREATION_TIME
,      MODIFICATION_TIME
FROM SYS.DBA_STREAMS_STMT_HANDLERS;

Dependencies

[top of page]

SYS.DBA_STREAMS_STMT_HANDLERS references the following:

SchemaSYS
ViewDBA_APPLY
ViewDBA_APPLY_DML_HANDLERS
View_DBA_STREAMS_STMT_HANDLERS
SYS.DBA_STREAMS_STMT_HANDLERS is referenced by following:

SchemaPUBLIC
SynonymDBA_STREAMS_STMT_HANDLERS