A Node-Red node to connect to a Oracle database and run SQL queries with it
Project is not yet on npm.
After adding the node to the flow you a config node that has 4 fields
- Name: name of the config
- Username: username of the db
- Password: password of the db
- Connection string: simple connection string in the format of
(ip:port/serviceName)
The SQL you want to run must be provided throughmsg.payload
- Initial relaese
- Only basic connections are supported (no TNS or anything)