Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Just below the lines listed above, there is a second group of lines in the uptime.conf file that define how up.time will connect to an Oracle database (see below). Remove the # character from the start of these lines and update the dbHost, dbPort, dbName, dbUsername and dbPassword to match the settings of your Oracle database and the user that you created in Step 1.

Also update the uptime-controller.conf file located inside the <up.time installation folder>/controller/resources with the same changes.

 

Code Block
languagetext
#dbDriver=oracle.jdbc.OracleDriver
#dbType=oracle
#dbHostname=10.1.1.124
#dbPort=1521
#dbName=uptime
#dbUsername=uptime
#dbPassword=password

...