Skip to Main Content

Programming Languages & Frameworks

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to install oracledb driver for nodejs in debian

EFBFeb 20 2019 — edited Feb 20 2019

Dear All,

Anybody got experience how to install oracledb driver for nodejs in debian?

Where we can find the oracledb driver for nodejs for debian linux?

Thanks

Comments

danmcghan-Oracle

Hi user12221353,

Did you see the install instructions? There are several options for Linux:

https://oracle.github.io/node-oracledb/INSTALL.html

Did you already attempt an install? If so, what did you try and what errors did you get?

Regards,

Dan

EFB

Hi Dan,

It is working for every operating system as stated  in https://oracle.github.io/node-oracledb/INSTALL.html.

I have tried to install oracledb driver on linux and windows using this guide and it is working.

This documents did not mention how to install oracledb driver on debian. Debian use deb archiver instead of RPM as on linux.

I have tried to repacked the oracledb RPM for 54 bit linux to oracldb.deb using tool alien on debian. it worked and installed successfully. However when I execute the connection test from nodejs. it showed error no oracledb installed.

Error: Cannot find module 'oracledb'

Hope we can find the way to solve this.

Thanks

Your options are simple

1 - 3

Post Details

Added on Feb 20 2019
3 comments
995 views