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


VIEW: SYS.DBA_XSTREAM_STMTS

Object Details
Object Name: DBA_XSTREAM_STMTS
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
EXECUTION_SEQUENCE NUMBER
Yes Execution sequence of the statement
STATEMENT CLOB (4000)
text of the statement
CREATION_TIME TIMESTAMP(6) (11)
timestamp for statement creation
MODIFICATION_TIME TIMESTAMP(6) (11)
timestamp for statement modification
Query Text

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


SELECT HANDLER_NAME
,      EXECUTION_SEQUENCE
,      STATEMENT
,      CREATION_TIME
,      MODIFICATION_TIME
FROM SYS.DBA_XSTREAM_STMTS;

Dependencies

[top of page]

SYS.DBA_XSTREAM_STMTS references the following:

SchemaSYS
ViewDBA_APPLY
ViewDBA_APPLY_DML_HANDLERS
View_DBA_STREAMS_STMTS
SYS.DBA_XSTREAM_STMTS is referenced by following:

SchemaPUBLIC
SynonymDBA_XSTREAM_STMTS