DBA Data[Home] [Help]

VIEW: SYS._DBA_APPLY_ERROR

Source

View Text - Preformatted

select
  local_transaction_id, source_transaction_id, source_database,
  queue_owner, queue_name, apply#, message_number, message_count,
  min_step_no, recipient_id, recipient_name, source_commit_scn,
  error_number, error_message, aq_transaction_id, error_creation_time,
  spare1, spare2, spare3, external_source_pos, spare4, spare5,
  commit_time, xidusn, xidslt, xidsqn, retry_count, flags, error_pos,
  start_seq#, end_seq#, start_rba, end_rba, error_seq#, error_rba, error_index#
from sys.apply$_error
View Text - HTML Formatted

SELECT LOCAL_TRANSACTION_ID
, SOURCE_TRANSACTION_ID
, SOURCE_DATABASE
, QUEUE_OWNER
, QUEUE_NAME
, APPLY#
, MESSAGE_NUMBER
, MESSAGE_COUNT
, MIN_STEP_NO
, RECIPIENT_ID
, RECIPIENT_NAME
, SOURCE_COMMIT_SCN
, ERROR_NUMBER
, ERROR_MESSAGE
, AQ_TRANSACTION_ID
, ERROR_CREATION_TIME
, SPARE1
, SPARE2
, SPARE3
, EXTERNAL_SOURCE_POS
, SPARE4
, SPARE5
, COMMIT_TIME
, XIDUSN
, XIDSLT
, XIDSQN
, RETRY_COUNT
, FLAGS
, ERROR_POS
, START_SEQ#
, END_SEQ#
, START_RBA
, END_RBA
, ERROR_SEQ#
, ERROR_RBA
, ERROR_INDEX# FROM SYS.APPLY$_ERROR