Hi,
I make use of the node-red-contrib-oracledb-mod plugin. I can connect to an oracle DB and run queries. However I have no idea how to access another oracle DB within the same flow, or even in a different flow in the same nodered instance. Whenener I change the connection prtoperties of one instance of the oracledb - node, the connection properties of all other oracledb nodes are overwritten as well.
So my questions is:
How can I retrieve data from 2 different oracle databases within the same flow ?
Thanks
best regards
rey


