hi,
i have this error when try to use oracle node, i can’t change the strong pwd is production env. How can i solve?
NJS-116: password verifier type 0x939 is not supported by node-oracledb in Thin mode
hi,
i have this error when try to use oracle node, i can’t change the strong pwd is production env. How can i solve?
NJS-116: password verifier type 0x939 is not supported by node-oracledb in Thin mode
I looked into the issue with NJS-116 and it seems like Oracle Node is having trouble verifying passwords of type 0x939. This might be due to the Thin mode not supporting this password verification type. One possible solution is to use a different password verifier type that is supported by Node-Oracledb in Thin mode, such as type 0x94B or type 0x95A. I’d recommend checking the Oracle documentation for more information on compatible password verification types and adjusting your node settings accordingly.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.