You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

\n \n \n \n \n \n \n \n \n \n \n \n \n
Related DocumentationVersion of up.time \naffectedAffected Platforms
up.time Configuration Parameters \n4.4 or newerAll
\n \n

If you plan to run up.time 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.

\n \n

The uptime.conf file settings for an Oracle DataStore are:

\n \n
\ndbDriver=oracle.jdbc.OracleDriver
\ndbType=oracle
\ndbHostname=oraserv
\ndbPort=1521
\ndbName=uptime
\ndbUsername=name
\ndbPassword=password
\n
\n \n

Below is a sample of a TNS connection string:

\n \n

(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=oracle1-2-3.yourdomain.com) \n(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=oradb.yourdomain.com)))

\n \n

Add the values highlighted in bold in the TNS connection string above into the uptime.conf file as follows:

\n \n
\ndbHostname=oracle1-2-3.yourdomain.com
\ndbPort=1521
\ndbName=oradb.yourdomain.com
\n
  • No labels