Contents
The up.time 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 up.time and have an Oracle database available (see Supported Databases for version details). To run up.time with an Oracle database, first create a database on your Oracle instance that up.time will be able to use. If you are unsure which databases are available to you or how to create a new database, please contact your Oracle administrator and have a database configured for up.time. Within the Oracle database that will hold up.time configuration and historical data, create a user account that up.time will use to access the database. The example below illustrates how to create an up.time database user with a 10 GB tablespace for storing historical performance data although you can allocate a tablespace of any size to the up.time database user (other user settings are similarly flexible). Note that larger installations should allocate a large tablespace to accommodate large volumes of historical data. NOTE: This script is provided as an example. Your exact steps and settings will vary depending on your Oracle database configuration.
create tablespace uptime_data logging Also set up the following permissions, which are sufficient for up.time to create the up.time data structure and continue with standard operations:
After you have created the Oracle database and set up the up.time database, you need to configure up.time to access the new database. To do this, edit the uptime.conf file (located in the up.time installation folder) and add a # character to the beginning of each of the following lines:
dbDriver=com.mysql.jdbc.Driver 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 in the up.time installation folder) /controller/resources with the same changes.
#dbDriver=oracle.jdbc.OracleDriver Reset the up.time DataStore settings to create the tables and default values required by up.time on your Oracle database. To do this, run the following command on your up.time monitoring station: up.time_install_path/resetdb really NOTE: This command will reset any existing up.time-specific database settings. Before running this command, ensure that the settings in the uptime.conf file are correct. After the resetdb utility has finished updating your database settings, restart up.time. When up.time restarts, it will be running from your Oracle database with an empty up.time installation. |
Understanding your Oracle Connection Settings | Rating | Views | |
---|---|---|---|
This article outlines how 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. By: uptime Support | Date Created: 2-27-2007 | Last Modified: 6-30-2011 | Index: 146 |
6212 |
Oracle database not responding in up.time interface | Rating | Views | |
---|---|---|---|
If you are seeing a Database Not Responding message in up.time GUI, with something similar to the following error: =================== Database is not responding ... By: uptime Support | Date Created: 10-14-2009 | Last Modified: 8-13-2011 | Index: 436 |
3346 |
Migrating Your DataStore To a New Database | Rating | Views | |
---|---|---|---|
This article outlines how to move your DataStore between different database types. By: uptime Support | Date Created: 2-21-2007 | Last Modified: 6-30-2011 | Index: 142 |
4780 |
Backing up & Recovering up.time | Rating | Views | |
---|---|---|---|
This article outlines five ways to back up your up.time DataStore. By: uptime Support | Date Created: 10-7-2006 | Last Modified: 10-24-2013 | Index: 093 |
11782 |
Receiving "Could not connect to database" from Oracle Monitor | Rating | Views | |
---|---|---|---|
This article suggests how to troubleshoot and resolve issues related to connecting to an Oracle database with any of the three up.time Oracle service monitors (Basic Check, Advanced Metrics or... By: uptime Support | Date Created: 8-10-2012 | Last Modified: 8-11-2012 | Index: 583 |
1880 |