ALL_APPLY_ERROR_MESSAGES
displays information about the individual messages in an error transaction generated by the apply processes that dequeue messages from queues accessible to the current user.
For XStream inbound servers, each message in an error transaction is an LCR.
Note:
Messages that were spilled from memory to hard disk do not appear in this view.
This view does not contain information related to XStream outbound servers.
Related View
DBA_APPLY_ERROR_MESSAGES
displays information about the individual messages in all of the error transactions generated by all apply processes in the database.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
Unique identifier of the message stored in the error queue |
|
|
|
Local transaction ID for the error transaction |
|
|
|
Message number of the message that raised the error. The message number is a sequence number for the messages in the transaction, starting with 1. |
|
|
|
Error number of the error raised by the transaction. The error number is populated only for the LCR that raised the error. This field is NULL for the other LCRs in the transaction. |
|
|
|
Error message of the error raised by the transaction. The error message is populated only for the LCR that raised the error. This field is NULL for the other LCRs in the transaction. |
|
|
|
Owner of the object at the source database |
|
|
|
Name of the object at the source database |
|
|
|
Owner of the target table. This owner can be different than the |
|
|
|
Object name of the target table. This object name can be different than the |
|
|
|
If this column is populated, it is the primary key of the table row that caused the source transaction to fail at the target. |
|
|
|
The LCR position |
|
|
|
The DML or DDL operation represented in the LCR |
|
|
|
The content of the LCR. Content includes column name and value for old and/or new values in DML LCRs. For DDL LCRs, the content is the text of the DDL SQL. |
See Also:
Oracle Database XStream Guide for information on managing eager errors encountered by an inbound server