Versions Compared

Key

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

...

The Uptime Infrastructure Monitor DataStore can run on an Oracle database to leverage existing Oracle installations and take advantage of Oracle's advanced replication, recovery and archiving features. This article assumes that you have already installed Uptime Infrastructure Monitor and have an Oracle database available. For more information, see Supported databases in UIMUptime Infrastructure Monitor.

Step 1: Preparing the Oracle database

...

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

Understanding your Oracle connection settings

If you plan to run UIM with an Oracle DataStore, you can use the information in the Oracle TNS connection string to populate database-specific fields that need to be set in the uptime.conf file.

...