abreits / node-red-contrib-oracledb

Node-RED oracle database nodes
8 stars 15 forks source link

Ignoring server db configuration settings #19

Open andims opened 6 years ago

andims commented 6 years ago

all my node-red-contrib-oracledb's nodes started sending messages from oracle "table or view doesnt exist". After parsing a query to get user logged in oracle "select user from dual;", I found that no matter which Server Configuration are setted to node, Allways just one are used.

Started node-red --verbose, I can see all server claims for connections but after I always receive "table or view doesnt exist".

ps.. Im using the last version of node-red-contrib-oracledb and oracledb, just upgraded to solve an issue that request objects wasnt sent withing the msg.

I tried starting node-red withing a new flow and same happens

ctlemp2018 commented 6 years ago

Do you have the same issue when recreating the nodes? I cannot reproduce this on my installation with version 0.5.1

ctlemp2018 commented 6 years ago

I can confirm now that I have the same issue with version 0.5.1 This makes the node unusable at the moment.

ctlemp2018 commented 6 years ago

Is there any update on this issue? Possibly this is because of the change that was done in this node regarding connection pooling?