You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: DPI-1047: Cannot locate a 64-bit Oracle Client library:
"libaio.so.1: cannot open shared object file: No such file or directory".
Because Ubuntu 24.04 has replaced the "libaio1" package with "libaio1t64", to resolve this, I create a symlink from "libaio.so.1t64" to "libaio.so.1" using the command:
@alberthastings Thanks for posting the solution and closing this.
It seems to be an issue with Ubuntu OS not supporting a required library for Oracle Instant Client 12c.
I suggest you move to the latest Oracle Instant Client version.
-Operating system: Ubuntu 24.04.2 LTS
-node-oracledb: 6.8.0
-NodeJs: 22.14.0
-Oracle Instant Client for Linux x86-64 (64-bit): 11.2.0.4.0 or 12.2.0.1.0
-Oracle Database: 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
test11.js:
test12.js:
The text was updated successfully, but these errors were encountered: