Modules

The RDBMS driver requires a set of modules, including rdb and orion. The specific rdbDatabase module you require depends on your database configuration.

Palette name Network component(s) in the Nav tree .jar file name in the modules folder Function
alarmOrion OrionAlarmService, Converters alarmOrion-rt.jar Provides the OrionAlarmService, which replaces the standard AlarmService so that a station can support an RDBMS alarms database.

The Niagara Alarms Guide documents the components in this module.

orion OrionService, DynamicTable, OrionMigrator orion.jar Provides an Orion database system. Developed at Purdue University, this general-purpose uncertain database system unifies the modeling of probabilistic data across applications. (source: orion.cs.purdue.edu)
rdb HistoryUnicodeUpdater and HistoryTimezoneUpdater rdb.jar Defines database ords used to configure exported data.
rdbHsqlDb (optional) RdbmsNetwork, RdbmsFolder, HsqlDbDatabase rdbHsqlDb.jar Supports an open source relational database management system written in Java. (source: Wikipedia). This database resides in a remote controller station.
rdbMySQL (optional) RdbmsNetwork, RdbmsFolder, MySQLDatabase rdbMySQL.jar Supports an open-source relational database management system originally developed by Michael Widenius whose daughter's name was My. SQL stands for Structured Query Language (source: Wikipedia). This database resides in a Supervisor station.
rdbOracle (optional) RdbmsNetwork, RdbmsFolder, OracleDatabase rdbOracle.jar Supports a multi-model database management system produced and marketed by Oracle Corporation (source: Wikipedia). This database resides in a Supervisor station.
rdbSqlServer (optional) RdbmsNetwork, RdbmsFolder, SqlServerDatabase rdbSqlServer.jar Supports a relational database management system developed by Microsoft (source: Wikipedia). This server may be in the Supervisor station or in another network location.