For the complete documentation index, see llms.txt. This page is also available as Markdown.

Oracle

Category: Databases

Version: 1.0

Last updated: May 12, 2025

Author: Any2Info


Description

The Oracle node allows workflows to connect directly to an Oracle database and execute SQL queries.

This node can be used to:

  • Retrieve data from Oracle

  • Execute custom SQL queries

  • Read database tables and views

  • Integrate Oracle data into workflows


Properties

Property
Description

Connection

Select the Oracle connection to use.

Query

Opens the SQL query configuration window. The query is validated using the SQL dialect of the selected connection type.

Query timeout

Maximum execution time in seconds before the query is stopped.


Connection Configuration

The connection configuration contains the following settings:

Setting
Description

Name

Name of the connection.

Connection type

Database type being used.

Connection string

Oracle connection string.

Connection timeout

Connection timeout duration in seconds.

Example connection string:

Use the Validate button to test the connection before saving.


Changelog

Version
Date
Change

1.0

May 12, 2026

Initial documentation version added.

Last updated

Was this helpful?