Type: Integer
The rpsLoggingOptions property of the RelationalView class contains a value that indicates whether exception information for create, update, and delete statements is recorded in a table in the relational database in addition to being recorded in the jommsg.log file.
The values for the rpsLoggingOptions property are listed in the following table.
RelationalView Class Constant | Value | Description |
---|---|---|
ExceptionLogging_Default | 0 | Exception information recorded in jommsg.log file. |
ExceptionLogging_RPSTable | 1 | Exception information recorded in jommsg.log file and in a table in the RDBMS. |