24x7 Scheduler Java Edition - Configuring database connections

In order to connect to your databases and schedule database jobs you must define database profiles first. Database profile is a named collection of properties describing database connection interface and parameters.

For connections you can use either the built-in ODBC interface or define new JDBC database interfaces and direct database connection. To use the ODBC interface you first need to configure an ODBC connection outside the 24x7 Scheduler. Please see your operation system documentation for details on how to add or configure an ODBC connection. Once you have an ODBC profile configured you can add a new database profile to 24x7 which will use the configured ODBC connection.

To add an ODBC connection

Click Tools/Database Profiles and Interfaces menu. Select ODBC Interface item in the Interfaces and Profiles tree and then click New Profile button. The Database Profile dialog will appear. Enter the following fields.

The Database Profile dialog

 

To add a new interface and direct database connection

First, you need to define a new database interface

1. The Database Interface dialog

When you are done defining the new Interface you can use it to setup new database connections

2. The Database Profile dialog

If you need more profiles (for example, define multiple connections using different user accounts or different target servers) repeat step 2. If you need other interfaces, for instance, Oracle 10, Sybase or DB2, repeat both steps.

Below are sample screenhots for Oracle and DB2 interfaces and profiles

interfaces.png (8819 bytes)

oracle_interface.png (6040 bytes) oracle_profile.png (6075 bytes)
db2_interface.png (5960 bytes) db2_profile.png (6059 bytes)

Below is a sample screenshot for ODBC connection profile

odbc_jdbc.png (5448 bytes)