rs_exceptscmd

Description

Stores the information used to retrieve the text of transactions from the exceptions log. The text, stored in the rs_systext system table, includes:

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:

  • S – source command

  • L – language output command

  • R – RPC output command

cmd_id

rs_id

Index into rs_systext

Indexes

Unique index on (cmd_id)