[Home] [Help]
[Dependency Information]
| Object Name: | DBA_XSTREAM_STMTS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
| 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 |
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;
SYS
DBA_APPLY
DBA_APPLY_DML_HANDLERS
_DBA_STREAMS_STMTS
PUBLIC
DBA_XSTREAM_STMTS
|
|
|
|