Database Trigger Plugin



This plugin periodically executes a SQL query on a database and a trigger when new rows are found.

Saved Parameters Description

Details:

Inputs description

The list of inputs depends on the configuration of the Database Query action template as the query and formatting fields support dynamic inputs.

Outputs description

Supported Actions

None

Dependencies

None

Operating Instructions

When using Oracle or ODBC, some additional installation steps are required.

For Oracle: The Oracle client needs to be installed on the Orchestrator server.

The datasource to be accessed must be set up in the tnsnames.ora file. Before attempting a connection through Orchestrator, ensure that connectivity can be achieved and queries can be executed from the command line.

The datasource to be accessed must be set up in the tnsnames.ora file.

Before attempting a connection through Orchestrator, ensure that connectivity can be achieved and queries can be executed from the command line.

See the "Oracle DBI install notes" document for more detailed information.

For ODBC: The ODBC driver needs to be installed on the Orchestrator server (FreeTDS can be used on Linux).

The ODBC source to be accessed must be set up. Before attempting a connection through Orchestrator, ensure that connectivity can be achieved and queries can be executed from the command line.

Once the ODBC drivers are installed, the ruby-odbc and dbd-odbc gems need to be installed.

        cd /opt/aspera/orchestrator
        gem install vendor/gems_linux-gnu/ruby-odbc-0.99994.gem
        gem install vendor/gems_linux-gnu/dbd-odbc-0.2.5.gem