The database connection is configured here to access UT specific tables. With this connection, you can access the tables related to UT parametrization and addresses.
Parameter |
Value |
---|---|
arcfmut.db.driver |
Database driver for the UT database. [default: oracle.jdbc.driver.OracleDriver] |
arcfmut.db.url |
URL connection to 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 |
arcfmut.db.user |
Username for the connection to the UT database: [default: utarc] |
arcfmut.db.passwd |
Password for the connection to the UT database [default: utarc] |
arcfmut.db.tableowner |
Table owner of the UT database schema. This is needed for fully qualified access to the database tables. [default: utarc] |