node-red-oracle 1.0.2
Oracle DB node for Node-RED
node-red-oracle
A secure, production-ready Oracle Database connector node for Node-RED, designed for enterprise-level data integration scenarios. It allows developers to execute SQL queries against Oracle DB instances with full control and reliability.
📦 Features
- Execute
SELECT
,INSERT
,UPDATE
,DELETE
SQL commands - Uses official Oracle Node.js driver (
oracledb
) - Secure credential management
- Clean and simple configuration UI
- Asynchronous operation with full error handling
- Designed for event-driven architectures and real-time integration
🛠Installation
Make sure you have Oracle Instant Client installed on your system.
npm install node-red-oracle