I know that node-oracledb needs Oracle Client 11.2 or above as it states on the github repository. What I would like to know if it is possible to use the oracle client 10.0.5, even with less features.
I'm asking this because I have some oracle 9.0.1 databases in production and they won't be upgraded soon and I would like to use nodejs with them :-)
Event-loop and asynchronous access are perfect for what I need...
TYA
Alex