Stores the information used to retrieve the text of transactions from the exceptions log. The text, stored in the rs_systext system table, includes:
Source command – the text of the user transaction received by Replication Server.
Output command – the text of the transaction that Replication Server prepared for the database from function strings. The output command can be either a language command or an RPC.
rs_exceptscmd has one row for each source command or output command.
Column |
Datatype |
Description |
---|---|---|
sys_trans_id |
rs_id |
System-assigned transaction ID for the transaction |
src_cmd_line |
int |
Command-line number of the source within the logged transaction |
output_cmd_index |
int |
Line number of the output command within the logged transaction |
cmd_type |
char(1) |
Command type:
|
cmd_id |
rs_id |
Index into rs_systext |
Unique index on (cmd_id)