Hi Allan, I have opencore on premise,
I am trying to connect my oracle db using the oracledb node in nodered agent but I am getting this error
Error: NJS-116: password verifier type 0x939 is not supported by node-oracledb in Thin mode
Hi Allan, I have opencore on premise,
I am trying to connect my oracle db using the oracledb node in nodered agent but I am getting this error
Error: NJS-116: password verifier type 0x939 is not supported by node-oracledb in Thin mode
I do not offer free support on code I did not write on the forum. You can reach out to the original developer by looking up the module on https://flows.nodered.org.
For instance, if you are using node-red-contrib-oracledb (node) - Node-RED, you can create an issue at GitHub - abreits/node-red-contrib-oracledb: Node-RED oracle database nodes.
The Issue is I am supposed to Install oracle client on my machine then pass that path to the thick option in the node, but nodeRED when created as an agent, can it read my computer’s file system?..please guide
This is a Node-RED issue not an OpenIAP issue.
Node-RED is not written by or managed by this company.
OpenIAP just gives you the option to start a Node-RED container easily and provides some Node-RED activities to access your OpenIAP tools.
I assume your Node-RED is an agent started from within OpenCore if so it is not able to just access your local file system, since its its own docker container. If you need to access something inside Node-RED it has to be provided via other means for example via REST call or you have to bring the file inside the Node-RED container before starting the flow. If you need support how to use certain nodes inside Node-RED, as Allan said you have to contact the creator of said module.
If the node requires Oracle drivers to be pre-installed, then you are correct, those will not be present on agents started inside Opencore. In that case, you need to take the existing image and extend it to also include the drivers, or run an external agent using GitHub - openiap/nodeagent that already has the drivers installed.
okay let me try this