Here the database connection for the access to the log tables is configured.
Parameter |
Value |
---|---|
protocol.db.driver |
Database driver for the UT database. [default: oracle.jdbc.driver.OracleDriver] |
protocol.db.url |
URL database connection for the UT database. Database Connection URL format: •Oracle with SID: jdbc:oracle:thin:@hostname:port:SID •Oracle with Servicename: jdbc:oracle:thin:@//hostname:port/servicename •PostgreSQL: jdbc:postgresql://hostname:port/databasename •MS SQLServer: jdbc:sqlserver://hostname:portnumber;database=databasename •SAP HANA: jdbc:sap://hostname:port |
protocol.db.user |
User name for the UT database. [default: utarc] |
protocol.db.passwd |
Password for the UT database. [default:utarc] |
protocol.db.tableowner |
Table owner of the UT database schema. This is necessary to get full qualified access to the databases. [default: utarc] |
protocol.db.maxrowcount |
Maximum number of rows to be displayed in the log table. Newer entries will be displayed here first. If the value is set to -1, all log entries are displayed. [default: 100] |
protocol.table.history.field |
To see only the latest objects entries, a field that contains the identifiers (where objects can be identified uniquely) must be defined. |