Reputation: 79
I want to run 2 queries concurrently by connecting to a single oracle DB node in Node Red. I am new to Node Red, Please help me here since my flow is not working.
Upvotes: 2
Views: 1170
Reputation: 59608
Look at the split/join nodes these should let you inject an array of queries that will be passed to the Oracle node and then recombined afterwards.
Upvotes: 3