Hi all,
How to check Connecting oracle db with nodejs is working or not in Oracle jet.
I have followed the link i specified https://oracle.github.io/node-oracledb/INSTALL.html#instwin to connect oracle db with nodejs.
to connect oracle db with nodejs.
I have installed nodejs oracledb as per the link.
Then i need to check whether its working or not in jet.
I followed the piece of code in this link https://github.com/oracle/node-oracledb/blob/master/examples/select1.js#L35
Please help me to resolve this.