Skip Headers
Oracle® Database Reference
11g Release 2 (11.2)

Part Number E25513-03
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

ALL_STREAMS_STMTS

ALL_STREAMS_STMTS displays information about the statements in all statement DML handlers in the database.

Related View

DBA_STREAMS_STMTS displays information about the statements in all statement DML handlers in the database.

Column Datatype NULL Description
HANDLER_NAME VARCHAR2(30) NOT NULL Name of the statement handler
EXECUTION_SEQUENCE NUMBER NOT NULL Execution sequence of the statement
STATEMENT CLOB   Text of the statement
CREATION_TIME TIMESTAMP(6)   Timestamp for statement creation
MODIFICATION_TIME TIMESTAMP(6)   Timestamp for statement modification

Note:

The ALL_STREAMS_STMTS view is not available starting with Oracle Database 11g Release 2 (11.2.0.2).