Skip to content

jonesy-b-dev/node-red-contrib-oracledb-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-red-contrib-oracledb-connector

A Node-Red node to connect to a Oracle database and run SQL queries with it

Installation

Project is not yet on npm.

How to use

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 through msg.payload

What's newin 0.1.0

  • Initial relaese

Known issues

  • Only basic connections are supported (no TNS or anything)

About

A Node-Red to connect to a oracle database and run SQL queries with it

Resources

License

Stars

Watchers

Forks

Packages

No packages published