今天发现在服务器上的后端代码连接oracle数据库时连接不上,以下是报错信息
Cannot locate a 64-bit Oracle Client library: "libclntsh.so: cannot open shared object file: No such file or directory". See https://oracle.github.io/node-oracledb/…
一、出错截图 Exception has occurred: DatabaseError DPI-1047: Cannot locate a 64-bit Oracle Client library: "The specified module could not be found". See https://cx-oracle.readthedocs.io/en/latest/user_guide/installation.html for help 二、解决方法…